We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce9c67 commit 046ee25Copy full SHA for 046ee25
.env
@@ -1,5 +1,5 @@
1
# 项目标题
2
-VITE_APP_TITLE = Ant-Design-Vue-Playground
+VITE_APP_TITLE = Ant Design Vue Playground
3
4
# 端口号
5
VITE_APP_PORT = 5111
README.md
@@ -2,7 +2,7 @@
## 演示地址
-[待定]()
+[Ant Design Vue Playground](https://huangmingfu.github.io/ant-design-vue-playground)
6
7
## 技术栈
8
vite.config.ts
@@ -12,6 +12,7 @@ export default defineConfig(({ mode }) => {
12
const env = loadEnv(mode, process.cwd());
13
14
return {
15
+ base: './',
16
resolve: {
17
alias: {
18
'@': path.resolve(import.meta.dirname, 'src'),
0 commit comments