mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
18 lines
264 B
TOML
18 lines
264 B
TOML
[build]
|
|
publish = "dist"
|
|
command = "vite build --mode prod"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "20"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
|
|
[[headers]]
|
|
for = "/manifest.webmanifest"
|
|
|
|
[headers.values]
|
|
Content-Type = "application/manifest+json"
|