We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4c4e9 commit 7620af3Copy full SHA for 7620af3
1 file changed
docs/.vitepress/config.js
@@ -3,11 +3,13 @@ import { defineConfig } from 'vitepress'
3
export default defineConfig({
4
title: 'Python基础编程学习',
5
description: 'Python基础编程完整学习教程',
6
- base: process.env.NODE_ENV === 'production' ? '/python-awesome-basic-coding/' : '/',
7
- outDir: '../dist',
+ base: '/',
8
ignoreDeadLinks: true,
9
cleanUrls: true,
10
-
+ build: {
+ chunkSizeWarningLimit: 2000 // 提高到2MB
11
+ },
12
+
13
themeConfig: {
14
logo: '/logo.svg',
15
@@ -946,4 +948,4 @@ export default defineConfig({
946
948
// 可以在这里添加markdown插件
947
949
}
950
-})
951
+})
0 commit comments