2024-09-15 02:05:45 +02:00

17 lines
227 B
TOML

[build.environment]
NODE_VERSION = "21"
[build]
publish = "dist"
command = "pnpm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"