Confetti
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { fileURLToPath } from 'url';
|
||||
import { defineConfig } from 'vitepress';
|
||||
import footnote from 'markdown-it-footnote'
|
||||
import footnote from 'markdown-it-footnote';
|
||||
|
||||
export default defineConfig({
|
||||
title: 'HPG Romein',
|
||||
@ -59,4 +60,14 @@ export default defineConfig({
|
||||
md.use(footnote);
|
||||
},
|
||||
},
|
||||
|
||||
vite: {
|
||||
resolve: {
|
||||
alias: [
|
||||
{ find: /^.*\/VPDocFooter\.vue$/,
|
||||
replacement: fileURLToPath(new URL('./theme/VPDocFooter.vue', import.meta.url)),
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user