first commit
Deploy GISE landing page / build-and-deploy (push) Successful in 17s

This commit is contained in:
LathanDevers
2026-07-27 16:48:14 +02:00
commit 9f8ab87c5c
20 changed files with 3483 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})