Replies: 1 comment 1 reply
-
Please checkout Vite's doc and specifically the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an ingress that routes everything on the path "/admin" to my Adonis app, and need the app to know that the asset files should be loaded with that path prefix.
This is an example on nextjs
https://nextjs.org/docs/pages/api-reference/next-config-js/basePath
Beta Was this translation helpful? Give feedback.
All reactions