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:
Jon Kelley 2022-04-09 18:20:11 -04:00 committed by GitHub
commit ab4f75e4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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