From 806251c440cacbe0ced531185e84862f796132e8 Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Thu, 15 Apr 2021 16:41:56 -0400 Subject: [PATCH] Add content moule --- nuxt.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 866b461..f5b0d76 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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: { }