Skip to content

Commit a3a53da

Browse files
author
Explv
committed
Fix base path for GitHub Pages
1 parent 0b42f90 commit a3a53da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'vite'
22

33
export default defineConfig({
4-
base: '/Explv.github.io/',
4+
base: './',
55
build: {
66
outDir: 'dist',
77
assetsDir: 'assets',

0 commit comments

Comments
 (0)