templates/webpunk-templates/netlify.toml
2025-06-15 00:02:46 +03:00

22 lines
381 B
TOML
Executable File

[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/*"
[headers.values]
cache-control = '''
max-age=0,
no-cache,
no-store,
must-revalidate'''
X-Robots-Tag = 'noindex'
[build]
command = "pnpm run build"
[build.environment]
NODE_VERSION = "20.18.2"