mirror of
https://github.com/zoriya/v10.git
synced 2026-08-14 09:59:44 +00:00
37 lines
600 B
TOML
37 lines
600 B
TOML
[build]
|
|
command = "pnpm build:site"
|
|
publish = "site/dist"
|
|
ignore = "pnpm dlx turbo-ignore site --task=build --fallback=origin/main"
|
|
|
|
# Redirect old theme demo pages to home
|
|
[[redirects]]
|
|
from = "/city"
|
|
to = "/"
|
|
status = 308
|
|
|
|
[[redirects]]
|
|
from = "/fantasy"
|
|
to = "/"
|
|
status = 308
|
|
|
|
[[redirects]]
|
|
from = "/forest"
|
|
to = "/"
|
|
status = 308
|
|
|
|
[[redirects]]
|
|
from = "/sea"
|
|
to = "/"
|
|
status = 308
|
|
|
|
# Redirect old tags pages to blog (no tag filtering in v10)
|
|
[[redirects]]
|
|
from = "/tags"
|
|
to = "/blog"
|
|
status = 307
|
|
|
|
[[redirects]]
|
|
from = "/tags/*"
|
|
to = "/blog"
|
|
status = 307
|