第一次提交
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
import { defineUserConfig } from "vuepress";
|
||||
import { getDirname, path } from "vuepress/utils";
|
||||
|
||||
|
||||
const __dirname = getDirname(import.meta.url);
|
||||
|
||||
import theme from "./theme.js";
|
||||
|
||||
export default defineUserConfig({
|
||||
base: "/",
|
||||
|
||||
lang: "zh-CN",
|
||||
title: "氓氓小栈",
|
||||
description: "氓氓小栈",
|
||||
theme,
|
||||
alias: {
|
||||
"@theme-hope/modules/blog/components/BlogHero": path.resolve(
|
||||
__dirname,
|
||||
"./components/BlogHero.vue",
|
||||
),
|
||||
},
|
||||
|
||||
|
||||
// 和 PWA 一起启用
|
||||
// shouldPrefetch: false,
|
||||
});
|
||||
Reference in New Issue
Block a user