Skip to content

Commit 7b2135d

Browse files
committed
Fix quasar.conf.js link in README.dev.md
1 parent 44d081a commit 7b2135d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The way this works is:
119119

120120
- The branch `gh-preview` is served by Netlify. There is a folder `main` and several folders `PRXXX` in that branch.
121121
- After a Pull Request or a push to `main` is created, the workflow runs.
122-
- The workflow changes the `publicPath` configuration in <quasar.conf.js> to reflect the folder `main` or `PRXXX`.
122+
- The workflow changes the `publicPath` configuration in [quasar.conf.js](quasar.conf.js) to reflect the folder `main` or `PRXXX`.
123123
- This is stored in a environment variable `PUBLICPATH` to be used later.
124124
- We use `sed` with a `-i` to replace the value in-place.
125125
- The workflow builds the app (using the `npm run build` command) into a folder `./dist`.

0 commit comments

Comments
 (0)