feat: initial commit

This commit is contained in:
2026-03-12 22:33:26 -04:00
parent 533df2cc7e
commit b7f8423b75
20 changed files with 6785 additions and 146 deletions

View File

@@ -1,6 +1,7 @@
import { defineConfig } from 'astro/config';
import tailwindcss from '@tailwindcss/vite';
import sitemap from '@astrojs/sitemap';
import react from '@astrojs/react';
export default defineConfig({
output: 'static',
@@ -13,6 +14,7 @@ export default defineConfig({
},
},
integrations: [
react(),
sitemap({
i18n: {
defaultLocale: 'fr',