Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fxzer committed Sep 30, 2024
1 parent 45d1c41 commit 62621a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { transformerTwoslash } from '@shikijs/vitepress-twoslash'
export default defineConfig({
//根据环境变量决定打包路径
// base: process.env.NODE_ENV === 'production' ? '/zerdocs/' : '/',
// base: '/zerdocs/',//配置打包获取静态资源路径
base: '/zerdocs/',//配置打包获取静态资源路径
outDir: '../dist',
cleanUrls: true, //去掉url中的.html后缀
// srcDir:'./src', //相对于docs
Expand Down

0 comments on commit 62621a7

Please sign in to comment.