Custom Base URL #317
-
Hi all! I am trying to set the base URL for a ReactJS project to |
Beta Was this translation helpful? Give feedback.
Answered by
ArnaudBarre
May 20, 2024
Replies: 1 comment 5 replies
-
Hey, you can open a feature request in Vite core with a title like |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah you can set the base path to
https://_to_be_replaced_
and then have a small post build steps where you read all JS files in the dist and tocontent.replace("https://_to_be_replaced_", "qrc:///frontend/dist")