Replies: 1 comment 1 reply
-
I wrote a library that supports multiple shared folders. You can see the library here, and the documentation here. Does it help you? |
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 configured
base: './'
invite.config
The final construction product is:
But my project is not in the root directory, img absolute path access is invalid.
If I use
<img src="./logo.svg" />
in the development environment, I won't be able to preview the effect.How can I output the following method.
Beta Was this translation helpful? Give feedback.
All reactions