wehub-cloud-tpl-static-site
5255292bbe
Co-authored-by: Cursor <cursoragent@cursor.com>
10 行
239 B
JSON
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" }
|
|
]
|
|
}
|