feat: add GitHub Pages workflow for automatic deployment on version tag push

This commit is contained in:
HouYunFei
2026-07-05 16:51:27 +08:00
parent 0b69dfce46
commit ca5faa1f4e
5 changed files with 75 additions and 23 deletions
+1
View File
@@ -11,6 +11,7 @@ const localVersion = readFileSync(resolve(webDir, "../VERSION"), "utf8").trim()
const localChangelog = readFileSync(resolve(webDir, "../CHANGELOG.md"), "utf8");
export default defineConfig({
base: process.env.VITE_BASE || "/",
plugins: [react()],
resolve: {
alias: {