Skip to content

Netlify

netlify.toml

toml
[build]
base = "/"
publish = "dist"
command = "pnpm run build"

[build.environment]
NODE_VERSION = "22"

[[redirects]]
from = "/*"
to = "/index.html"
status = 200

Powered by VitePress