chore: bump vitepress

This commit is contained in:
taskylizard 2023-12-21 12:01:37 +00:00
parent ee98cac837
commit 78b517244e
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
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) {