We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add some documentation for how to actually run the existing examples for the static site generator. Notably: https://github.com/DioxusLabs/dioxus/tree/main/packages/static-generation/examples/github-pages
I'm trying to make https://github.com/srid/dioxus-static-site actually deploy to GitHub Pages. cargo run does not work; dx build (and dx serve) generates some HTML files which fail to work.
cargo run
dx build
dx serve
The text was updated successfully, but these errors were encountered:
dx build creates this for https://github.com/srid/dioxus-static-site
Running the binary does nothing:
Opening the generated HTML in browser opens an empty page (but with correct title) rife with console errors,
with all these coresponding warnings on the web server:
Sorry, something went wrong.
Following DioxusLabs/dioxus#2967 - I'm trying the new example here, following instructions from the past (see DioxusLabs/dioxus#2892). dx serve outputs:
When I press o, it opens the URL in browser with empty page and errors in browser console:
o
EDIT: No pressure, just wanted to leave these notes to consider as part of docs for next release.
ealmloff
Successfully merging a pull request may close this issue.
Feature Request
Please add some documentation for how to actually run the existing examples for the static site generator. Notably: https://github.com/DioxusLabs/dioxus/tree/main/packages/static-generation/examples/github-pages
I'm trying to make https://github.com/srid/dioxus-static-site actually deploy to GitHub Pages.
cargo run
does not work;dx build
(anddx serve
) generates some HTML files which fail to work.The text was updated successfully, but these errors were encountered: