-
|
I am trying to migrate from other frameworks to docusaurus, but I have posted a lot of related links for other frameworks, but they are based on hash routing. How can I switch the routing mode of docusaurus to hash routing? I didn't check the content related to hash routing in the document, maybe I didn't see it. |
Beta Was this translation helpful? Give feedback.
Answered by
Josh-Cena
Apr 10, 2023
Replies: 1 comment 3 replies
-
|
Hi, you can't. Docusaurus statically generates a site, so every page has to be put at a unique URL. However, hashes are not sent to the server so you cannot get a different HTML back. See also: #6645 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
SnowGuest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can't. Docusaurus statically generates a site, so every page has to be put at a unique URL. However, hashes are not sent to the server so you cannot get a different HTML back. See also: #6645