Github actions for gh-pages deploy

This commit is contained in:
2026-02-01 22:53:50 +01:00
parent e0a4972440
commit 98f7c8ed35
2 changed files with 58 additions and 0 deletions

5
vite.config.js Normal file
View File

@@ -0,0 +1,5 @@
import { defineConfig } from 'vite'
export default defineConfig({
base: '/',
})