Files
AR-Menu/Needle/MenuScene/netlify.toml
2025-11-30 08:35:03 +02:00

12 lines
123 B
TOML

[build]
command = "npm run build"
publish = "dist"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200