landing-page
Deploy GISE landing page / build-and-deploy (push) Failing after 10s

This commit is contained in:
LathanDevers
2026-07-27 16:59:19 +02:00
parent 9f8ab87c5c
commit 599c5d5526
7 changed files with 1050 additions and 468 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
plugins: [react(),
tailwindcss(),
],
})