13 lines
167 B
TOML
13 lines
167 B
TOML
|
|
[build]
|
||
|
|
base = "/"
|
||
|
|
publish = "dist"
|
||
|
|
command = "pnpm run build:pro"
|
||
|
|
|
||
|
|
[build.environment]
|
||
|
|
NODE_VERSION = "20"
|
||
|
|
|
||
|
|
[[redirects]]
|
||
|
|
from = "/*"
|
||
|
|
to = "/index.html"
|
||
|
|
status = 200
|