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