diff --git a/README.md b/README.md index 504224e..c307168 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # vue_pwa - +See [Live Demo](https://dspwithaheart.github.io/anime_js/). ## Project setup ``` npm install diff --git a/vue.config.js b/vue.config.js index ef6e86b..f866492 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,9 @@ module.exports = { + publicPath: process.env.NODE_ENV === 'production' + ? '/vue_pwa/' + : '/', "transpileDependencies": [ "vuetify" + ] -} \ No newline at end of file +}