Add path for gh pages

This commit is contained in:
2024-02-24 01:07:37 +01:00
parent 371a3855dd
commit fb4db66780
4 changed files with 26 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from 'vite';
export default defineConfig({
base: process.env.BASE || '/'
});