design 1 cv
Deploy CV BAH / build-and-deploy (push) Successful in 17s

This commit is contained in:
2026-07-28 17:55:21 +02:00
parent 1584ce4d96
commit 8c3af013f4
12 changed files with 1000 additions and 505 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
import { defineConfig } from 'vite'
import tailwindcss from '@tailwindcss/vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
plugins: [react(), tailwindcss()],
})