mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
521 B
28 lines
521 B
[build.environment]
|
|
NODE_VERSION = "20"
|
|
|
|
[build]
|
|
publish = "docs/.vitepress/dist"
|
|
command = "pnpm docs:build && pnpm docs:lunaria:build"
|
|
|
|
[[headers]]
|
|
for = "/assets/*"
|
|
[headers.values]
|
|
cache-control = '''
|
|
max-age=31536000,
|
|
immutable'''
|
|
|
|
[[headers]]
|
|
for = "/_translations/*"
|
|
[headers.values]
|
|
x-robots-tag = "noindex"
|
|
|
|
[[redirects]]
|
|
from = "https://vitepress.vuejs.org/*"
|
|
to = "https://vitepress.dev/:splat"
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/guide/"
|
|
to = "/guide/getting-started"
|