12 lines
152 B
TOML
12 lines
152 B
TOML
|
[build]
|
||
|
publish = "dist"
|
||
|
command = "pnpm run build"
|
||
|
|
||
|
[build.environment]
|
||
|
NODE_VERSION = "20"
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/*"
|
||
|
to = "/index.html"
|
||
|
status = 200
|