Files
moeka-project/packages/stage-web/netlify.toml
T
Makito d7574435e1 feat(stage-ui): animate idle eye saccades on VRMs (#17)
* feat(stage-ui): animate idle eye saccades on VRMs
* chore: clean up VRM upon unmounting
* fix: missing component imports
* fix: netlify
2025-02-09 01:31:37 +08:00

25 lines
397 B
TOML
Executable File

[build]
publish = "packages/stage-web/dist"
command = "pnpm run packages:stub && pnpm run build"
[build.environment]
NODE_VERSION = "23"
[[redirects]]
from = "/assets/*"
to = "/assets/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false
[[headers]]
for = "/manifest.webmanifest"
[headers.values]
Content-Type = "application/manifest+json"