Browse Source

fix: random

Carson 9 tháng trước cách đây
mục cha
commit
1d67563fa5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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", 'minisearch'],
+      noExternal: ["vue-i18n", "element-plus", "minisearch", "mark.js"],
     },
     plugins: [
       VueI18nPlugin({}),