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:
parent
c977dc7d56
commit
806251c440
@ -40,7 +40,8 @@ export default {
|
|||||||
// https://go.nuxtjs.dev/buefy
|
// https://go.nuxtjs.dev/buefy
|
||||||
'nuxt-buefy',
|
'nuxt-buefy',
|
||||||
// https://go.nuxtjs.dev/pwa
|
// https://go.nuxtjs.dev/pwa
|
||||||
'@nuxtjs/pwa'
|
'@nuxtjs/pwa',
|
||||||
|
'@nuxt/content'
|
||||||
],
|
],
|
||||||
|
|
||||||
// PWA module configuration: https://go.nuxtjs.dev/pwa
|
// PWA module configuration: https://go.nuxtjs.dev/pwa
|
||||||
@ -50,6 +51,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
content: {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
// Build Configuration: https://go.nuxtjs.dev/config-build
|
// Build Configuration: https://go.nuxtjs.dev/config-build
|
||||||
build: {
|
build: {
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user