Disable routing and export pure static HTML #1662
Unanswered
wishnuprathikantam
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You mean a single HTML file that has all the routes included? That's not possible. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Is it possible to export the build without any routing capabilities as a pure HTML file with all the required CSS, JS included.
Right now, I think it loads vendor files based on the route can I change this behavior. The end goal here is to render the page correctly with all the styles applied on the browser without the need for a dev-server or hosting.
Any help is appreciated. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions