Skip to content

Commit 046ee25

Browse files
committed
fix: 修复部署
1 parent 9ce9c67 commit 046ee25

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 项目标题
2-
VITE_APP_TITLE = Ant-Design-Vue-Playground
2+
VITE_APP_TITLE = Ant Design Vue Playground
33

44
# 端口号
55
VITE_APP_PORT = 5111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 演示地址
44

5-
[待定]()
5+
[Ant Design Vue Playground](https://huangmingfu.github.io/ant-design-vue-playground)
66

77
## 技术栈
88

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig(({ mode }) => {
1212
const env = loadEnv(mode, process.cwd());
1313

1414
return {
15+
base: './',
1516
resolve: {
1617
alias: {
1718
'@': path.resolve(import.meta.dirname, 'src'),

0 commit comments

Comments
 (0)