Skip to content

Commit

Permalink
fix: change modules order
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosirera committed Sep 23, 2020
1 parent 18c9363 commit 4e1d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default {
** Nuxt.js modules
*/
modules: [
'@nuxtjs/pwa',
// Doc: https://github.com/nuxt/content
'@nuxt/content',
'@nuxtjs/feed',
Expand All @@ -93,6 +92,7 @@ export default {
],
},
],
'@nuxtjs/pwa',
],
/*
** Content module configuration
Expand Down

0 comments on commit 4e1d774

Please sign in to comment.