Replies: 1 comment
-
You can set the base path to a subdirectory as documented here: https://dioxuslabs.com/learn/0.6/cookbook/publishing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When doing dx bundle, href links have href-"/./assets/something.css", where the "/./" represents the root directory
However one might want to use current path i.e. "./"
For example github/codeberg pages are of the form
https://someone.codeberg.page@branch/public/
the "/./" href will be pointing to
"https://someone.codeberg.page/assets/something.css"
instead of
"https://someone.codeberg.page@branch/public/assets/something.css"
could we have an option to select root "/", or current "./"?
Beta Was this translation helpful? Give feedback.
All reactions