From 4646390adfc8c370321d7a227b134c1af477c174 Mon Sep 17 00:00:00 2001 From: isno Date: Wed, 31 Jan 2024 10:06:07 +0800 Subject: [PATCH] update theme --- .vuepress/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index e85b6c31..57699362 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -1,4 +1,6 @@ -import { defineUserConfig, defaultTheme } from 'vuepress'; +import { defineUserConfig } from 'vuepress'; +import { defaultTheme } from '@vuepress/theme-default' + import { mdEnhancePlugin } from "vuepress-plugin-md-enhance"; import { commentPlugin } from "vuepress-plugin-comment2"; import { readingTimePlugin } from "vuepress-plugin-reading-time2";