14 lines
176 B
TOML
14 lines
176 B
TOML
[build]
|
|
publish = "dist"
|
|
command = "pnpm build"
|
|
|
|
[[redirects]]
|
|
from = "/.well-known/*"
|
|
to = "/.well-known/:splat"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/"
|
|
status = 200
|