提交 6bff5962 编写于 作者: View Design's avatar View Design

Update nuxt.config.ts

上级 42dc45f6
...@@ -32,6 +32,35 @@ export default defineNuxtConfig({ ...@@ -32,6 +32,35 @@ export default defineNuxtConfig({
headings: { headings: {
anchorLinks: false anchorLinks: false
}, },
// components: {
// prose: false,
// map: {
// p: 'ProseP',
// h1: 'ProseH1',
// h2: 'ProseH2',
// h3: 'ProseH3',
// h4: 'ProseH4',
// h5: 'ProseH5',
// h6: 'ProseH6',
// ul: 'ProseUl',
// ol: 'ProseOl',
// li: 'ProseLi',
// blockquote: 'ProseBlockquote',
// hr: 'ProseHr',
// pre: 'ProsePre',
// code: 'ProseCode',
// table: 'ProseTable',
// thead: 'ProseThead',
// tbody: 'ProseTbody',
// tr: 'ProseTr',
// th: 'ProseTh',
// td: 'ProseTd',
// a: 'ProseA',
// img: 'ProseImg',
// em: 'ProseEm',
// strong: 'ProseStrong'
// }
// }
}, },
pwa: !sw ? {} : { pwa: !sw ? {} : {
strategies: sw ? 'injectManifest' : 'generateSW', strategies: sw ? 'injectManifest' : 'generateSW',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册