diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-11-28 12:36:31 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-11-28 12:36:31 +0100 |
commit | e1dd9adf16592e1a66c5d1e255b1085ab944ec58 (patch) | |
tree | 87274441e6260e49cab7acf5ec0b1dce7c2a9ee2 /nuxt.config.js | |
parent | 836922c666d6f2882e1ba856c3734159eee71bf3 (diff) | |
download | puszcza-e1dd9adf16592e1a66c5d1e255b1085ab944ec58.tar.gz puszcza-e1dd9adf16592e1a66c5d1e255b1085ab944ec58.zip |
Fix markdown parsing
Diffstat (limited to 'nuxt.config.js')
-rw-r--r-- | nuxt.config.js | 8 |
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 |