Skip to content

Commit

Permalink
chore(docs): add hotfix for micromark import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 26, 2023
1 parent d4d622c commit b1e676e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export default defineNuxtConfig({
extends: '@nuxt-themes/docus',
modules: ['@nuxtjs/plausible']
})
extends: "@nuxt-themes/docus",
modules: ["@nuxtjs/plausible"],
alias: {
"micromark/lib/preprocess.js": "micromark",
"micromark/lib/postprocess.js": "micromark",
},
});

0 comments on commit b1e676e

Please sign in to comment.