返回 slidev
netlify.toml
根目录 / packages / create-app / template / netlify.toml
1 [build]
2 publish = "dist"
3 command = "npm run build"
4
5 [build.environment]
6 NODE_VERSION = "24"
7
8 [[redirects]]
9 from = "/.well-known/*"
10 to = "/.well-known/:splat"
11 status = 200
12
13 [[redirects]]
14 from = "/*"
15 to = "/index.html"
16 status = 200
17
17 lines TOML