1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Add content moule

This commit is contained in:
John Cleaver 2021-04-15 16:41:56 -04:00
parent c977dc7d56
commit 806251c440

View File

@ -40,7 +40,8 @@ export default {
// https://go.nuxtjs.dev/buefy
'nuxt-buefy',
// https://go.nuxtjs.dev/pwa
'@nuxtjs/pwa'
'@nuxtjs/pwa',
'@nuxt/content'
],
// PWA module configuration: https://go.nuxtjs.dev/pwa
@ -50,6 +51,10 @@ export default {
}
},
content: {
},
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {
}