Skip to content
New issue

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

Add Netlify publish guide #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

matthunz
Copy link
Contributor

@matthunz matthunz commented Sep 19, 2024

Adds a quick guide for deploying dioxus-web applications to Netlify.

@@ -26,6 +26,17 @@ dx build --release
- Add and commit with git
- Push to GitHub

## Web: Publishing with Netlify
Set your Netlify build command to `cargo install dioxus-cli && dx build —release`.
Copy link
Member

@ealmloff ealmloff Sep 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be dx build —-release (missing a -)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think his editor automatically converted it to the longer dash character .

Looks like GitHub did the same for your --release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants