Replies: 1 comment
-
我知道了 谢谢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
export default defineUserConfig({
base: "/",
lang: "zh-CN",
theme,
// Enable it with pwa

// shouldPrefetch: false,
});
Beta Was this translation helpful? Give feedback.
All reactions