mirror of
https://gitlab.com/moepoi/seminar-magang.git
synced 2024-11-14 02:16:16 +01:00
16 lines
248 B
TOML
16 lines
248 B
TOML
[build.environment]
|
|
NODE_VERSION = "14"
|
|
|
|
[build]
|
|
publish = "dist"
|
|
command = "npm run build"
|
|
|
|
[[redirects]]
|
|
from = "/.well-known/*"
|
|
to = "/.well-known/:splat"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|