mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
build: update to tailwindcss v4
This commit is contained in:
parent
bc3770ece5
commit
6a4723760d
9 changed files with 126 additions and 122 deletions
|
|
@ -1,8 +1,12 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
import react from "@astrojs/react";
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
export default defineConfig({
|
||||
site: "https://qsvpro.dathere.com",
|
||||
integrations: [react(), tailwind()],
|
||||
});
|
||||
site: "https://qsvpro.dathere.com",
|
||||
integrations: [react(), tailwindcss()],
|
||||
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue