We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d081a commit 7b2135dCopy full SHA for 7b2135d
1 file changed
README.dev.md
@@ -119,7 +119,7 @@ The way this works is:
119
120
- The branch `gh-preview` is served by Netlify. There is a folder `main` and several folders `PRXXX` in that branch.
121
- 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`.
+- The workflow changes the `publicPath` configuration in [quasar.conf.js](quasar.conf.js) to reflect the folder `main` or `PRXXX`.
123
- This is stored in a environment variable `PUBLICPATH` to be used later.
124
- We use `sed` with a `-i` to replace the value in-place.
125
- The workflow builds the app (using the `npm run build` command) into a folder `./dist`.
0 commit comments