Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit fe917f0

Browse files
updated npm dependencies (#185)
* updated npm dependencies
1 parent 4af90d0 commit fe917f0

File tree

6 files changed

+940
-1840
lines changed

6 files changed

+940
-1840
lines changed

astro.config.mjs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
import { defineConfig } from 'astro/config';
2-
import tailwind from '@astrojs/tailwind';
2+
import tailwindcss from "@tailwindcss/vite";
33

44
// https://astro.build/config
55
export default defineConfig({
6-
integrations: [
7-
tailwind({
8-
// Example: Disable injecting a basic `base.css` import on every page.
9-
// Useful if you need to define and/or import your own custom `base.css`.
10-
applyBaseStyles: false,
11-
}),
12-
],
6+
vite: {
7+
plugins: [tailwindcss()],
8+
},
139
});

0 commit comments

Comments
 (0)