Skip to content

Commit

Permalink
更新项目标题为“minesweeper”,并修改构建输出目录为“docs”
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhuid committed Jan 17, 2025
1 parent 0a0eb9c commit 1f2a680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>minesweeper</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export default defineConfig({
},
base: "./",
build: {
outDir: "doc",
outDir: "docs",
},
})

0 comments on commit 1f2a680

Please sign in to comment.