recipe/packages/create/template/docs/config/zh/config.ts

16 lines
306 B
TypeScript
Raw Permalink Normal View History

2024-08-18 19:16:25 +08:00
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
export default defineUserConfig({
base: "/",
lang: "zh-TW",
title: "文檔範例",
description: "vuepress-theme-hope 的文檔範例",
theme,
// 和 PWA 一起啟用
// shouldPrefetch: false,
});