diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-05-10 18:57:34 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-05-10 18:57:34 -0400 |
| commit | 92fdfbeac32a0d2a94214c3efa6ea029896f3b59 (patch) | |
| tree | 689614a253404054cfe699c68d578419955cf12c /nuxt.config.js | |
| parent | fa3f2d2cd196998bd1d0d09a0c649d7f26500ded (diff) | |
| download | Project-NewTube-master.tar.gz Project-NewTube-master.tar.bz2 Project-NewTube-master.zip | |
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 6467f46..d0cc5ff 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -42,7 +42,7 @@ export default { /* ** Nuxt.js modules */ - modules: ['@nuxtjs/pwa'], + modules: ['@nuxtjs/pwa', '@nuxtjs/axios', '@nuxtjs/auth'], /* ** vuetify module configuration ** https://github.com/nuxt-community/vuetify-module |
