1 parent bdeb6b2 commit bc588ebCopy full SHA for bc588eb
3 files changed
.github/workflows/vite.yaml
@@ -48,4 +48,4 @@ jobs:
48
path: './dist'
49
- name: Deploy to GitHub Pages
50
id: deployment
51
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
package.json
@@ -8,7 +8,7 @@
8
"dev": "vite",
9
"build": "tsc -b && vite build",
10
"lint": "eslint .",
11
- "preview": "tsc -b && vite build && vite preview",
+ "preview": "eslint . && npx prettier . --write && tsc -b && vite build && vite preview",
12
"format": "npx prettier . --write"
13
},
14
"dependencies": {
vite.config.ts
@@ -8,4 +8,5 @@ export default defineConfig({
optimizeDeps: {
exclude: ['v86'],
+ base: '/RunWebBox/',
});
0 commit comments