Skip to content

Commit

Permalink
docs: Update error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
reintroducing authored Jul 26, 2020
1 parent 3f07d19 commit cd3512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The path or array of paths to the resources file(s) when `useResources` is `true
**default:** `'src/common/resources.scss'`
## Custom Production Asset Path
In some cases () you may want to pass a specific path for your static assets to replace the pre-configured `publicPath`. You can do so by setting a special `ASSET_PATH` environment variable before running the build script in your build configuration.
In some cases you may want to pass a specific path for your static assets to replace the pre-configured `publicPath`. You can do so by setting a special `ASSET_PATH` environment variable before running the build script in your build configuration.
```bash
ASSET_PATH=/ npm run build
Expand Down

0 comments on commit cd3512c

Please sign in to comment.