chore: bump vitepress

This commit is contained in:
taskylizard
2023-12-21 12:01:37 +00:00
parent ee98cac837
commit 78b517244e
4 changed files with 5 additions and 69 deletions

View File

@@ -1,4 +1,3 @@
import { fileURLToPath } from "node:url";
import { defineConfig } from "vitepress";
import UnoCSS from "unocss/vite";
import { presetUno, presetAttributify, presetIcons } from "unocss";
@@ -69,16 +68,6 @@ export default defineConfig({
// Shut the fuck up
chunkSizeWarningLimit: Number.POSITIVE_INFINITY,
},
resolve: {
alias: [
{
find: /^.*VPSwitchAppearance\.vue$/,
replacement: fileURLToPath(
new URL("./theme/components/ThemeSwitch.vue", import.meta.url),
),
},
],
},
},
markdown: {
config(md) {