mirror of
https://gitlab.com/nekoya/presentation.git
synced 2024-12-12 18:10:40 +01:00
12 lines
163 B
TOML
12 lines
163 B
TOML
|
[build.environment]
|
||
|
NODE_VERSION = "14"
|
||
|
|
||
|
[build]
|
||
|
publish = "dist"
|
||
|
command = "npm run build"
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/*"
|
||
|
to = "/index.html"
|
||
|
status = 200
|