Skip to content

Commit a9d37fe

Browse files
committed
Another attempt at github pages
1 parent e67c0eb commit a9d37fe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vite.config.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import { resolve } from 'path'
2+
import { defineConfig } from 'vite'
3+
4+
export default defineConfig({
5+
root: '.',
6+
base: './',
7+
publicDir: 'public',
8+
server: {
9+
open: 'index.html'
10+
},
11+
plugins: [],
12+
worker: {
13+
format: 'es'
14+
}
15+
})

0 commit comments

Comments
 (0)