mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-12 23:47:16 +00:00
Merge pull request #343 from TimboTambo/getting-started-asset-prefix
Include optional public-url flag in build instruction within getting …
This commit is contained in:
commit
ab4f75e4ea
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ trunk serve
|
|||
To build our app and publish it to Github:
|
||||
|
||||
- Make sure Github Pages is set up for your repo
|
||||
- Build your app with `trunk build --release`
|
||||
- Build your app with `trunk build --release` (include `--public-url <repo-name>` to update asset prefixes if using a project site)
|
||||
- Move your generated HTML/CSS/JS/Wasm from `dist` into the folder configured for Github Pages
|
||||
- Add and commit with git
|
||||
- Push to Github
|
||||
|
|
Loading…
Reference in a new issue