qsvpro.dathere.com/astro.config.mjs
rzmk 6a4723760d
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
build: update to tailwindcss v4
2025-11-24 14:56:30 -05:00

12 lines
No EOL
286 B
JavaScript

import { defineConfig } from "astro/config";
import react from "@astrojs/react";
import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
site: "https://qsvpro.dathere.com",
integrations: [react(), tailwindcss()],
vite: {
plugins: [tailwindcss()],
},
});