Github Pages

This commit is contained in:
Santiago Fisela
2026-03-14 18:12:51 -03:00
parent 54d28c3b8c
commit 4aca4a7d65
2 changed files with 33 additions and 0 deletions

5
vite.config.ts Normal file
View File

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