This commit is contained in:
user
2025-12-07 22:17:37 +02:00
parent 50af23c51c
commit 4e6c901057
31 changed files with 746 additions and 1248 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from "astro/config";
import react from "@astrojs/react";
import adapter from "@nurodev/astro-bun";
import tailwind from "@tailwindcss/vite";
import { defineConfig } from "astro/config";
export default defineConfig({
base: "/",