added publicPath to vue.confog.js
This commit is contained in:
parent
da80f5598f
commit
fa6e57d34c
@ -1,5 +1,5 @@
|
|||||||
# vue_pwa
|
# vue_pwa
|
||||||
|
See [Live Demo](https://dspwithaheart.github.io/anime_js/).
|
||||||
## Project setup
|
## Project setup
|
||||||
```
|
```
|
||||||
npm install
|
npm install
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
|
publicPath: process.env.NODE_ENV === 'production'
|
||||||
|
? '/vue_pwa/'
|
||||||
|
: '/',
|
||||||
"transpileDependencies": [
|
"transpileDependencies": [
|
||||||
"vuetify"
|
"vuetify"
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user