16 lines
243 B
TOML
16 lines
243 B
TOML
[build]
|
|
base = "client"
|
|
command = "npm run build"
|
|
publish = "dist"
|
|
|
|
[[redirects]]
|
|
from = "/api/*"
|
|
to = "https://dm.all8ai.top/api/:splat"
|
|
status = 200
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|