Skip to content

Commit ff3b3c1

Browse files
committed
Upgrade astro and tailwind
1 parent c668650 commit ff3b3c1

6 files changed

Lines changed: 4093 additions & 5379 deletions

File tree

astro.config.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
import { defineConfig } from "astro/config";
22

3-
import tailwind from "@astrojs/tailwind";
43
import react from "@astrojs/react";
4+
import tailwindcss from "@tailwindcss/vite";
55

66
export default defineConfig({
77
site: "https://darashi.github.io",
88
base: "/renkyu-maker",
99

10-
integrations: [tailwind(), react()],
10+
integrations: [react()],
11+
vite: {
12+
plugins: [tailwindcss()],
13+
},
1114
});

0 commit comments

Comments
 (0)