Browse Source

fix: random

Carson 9 months ago
parent
commit
5085678cd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .vitepress/config.mts

+ 1 - 1
.vitepress/config.mts

@@ -163,7 +163,7 @@ export default defineConfig({
     envDir: "../",
     ssr: {
       // SSG Vue-i18n workaround
-      noExternal: ["vue-i18n", "element-plus", "mark.js"],
+      noExternal: ["vue-i18n", "mark.js"],
     },
     plugins: [
       VueI18nPlugin({}),