How to set `basePath` like next.js
diqye opened this issue · 2 comments
diqye commented
How to set basePath
like next.js
https://nextjs.org/docs/app/api-reference/next-config-js/basePath
diqye commented
I found that i can set basePath
in router property as bellow
serve({
router:{
basePath: "/test/"
// glob: "/*"
},
....
But not working
AMalfez commented
Hi is it still open?