fix: add static route for / → wwwroot/ to serve .html files
This commit is contained in:
parent
44b8ceca3d
commit
dd8a1c3d3e
@ -38,7 +38,8 @@
|
||||
"indexes": ["index.ui", "index.html"],
|
||||
"statics": [
|
||||
["/bricks/", "/d/pccs/wwwroot/bricks/"],
|
||||
["/imgs/", "/d/pccs/wwwroot/imgs/"]
|
||||
["/imgs/", "/d/pccs/wwwroot/imgs/"],
|
||||
["/", "/d/pccs/wwwroot/"]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user