22 lines
381 B
TOML
Executable File
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"
|