We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basePath
How to set basePath like next.js
https://nextjs.org/docs/app/api-reference/next-config-js/basePath
The text was updated successfully, but these errors were encountered:
I found that i can set basePath in router property as bellow
serve({ router:{ basePath: "/test/" // glob: "/*" }, ....
But not working
Sorry, something went wrong.
Hi is it still open?
No branches or pull requests
How to set
basePath
like next.jshttps://nextjs.org/docs/app/api-reference/next-config-js/basePath
The text was updated successfully, but these errors were encountered: