about summary refs log tree commit diff
path: root/nuxt.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 4c07f72..104781c 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -69,8 +69,7 @@ export default {
   modules: [
     // Doc: https://axios.nuxtjs.org/usage
     '@nuxtjs/axios',
-    '@nuxtjs/pwa',
-    '@nuxtjs/markdownit'
+    '@nuxtjs/pwa'
   ],
   /*
    ** Axios module configuration
@@ -80,11 +79,6 @@ export default {
   /*
    ** Build configuration
    */
-  markdownit: {
-    preset: 'default',
-    linkify: true,
-    breaks: true
-  },
   build: {
     /*
      ** You can extend webpack config here