项目文件夹

文件
2026-09-17 21:55:25 +08:00

10 行
239 B
JSON

{
"type": "static",
"outputDirectory": "public",
"routes": [
{ "path": "/", "rewrite": "/index.html" },
{ "path": "/about", "rewrite": "/about.html" },
{ "path": "/docs/guide", "rewrite": "/docs/guide/index.html" }
]
}