Skip to content

Commit

Permalink
Add astro/tailwind
Browse files Browse the repository at this point in the history
dannon committed Oct 10, 2024

Verified

This commit was signed with the committer’s verified signature.
dannon Dannon
1 parent 87fda6b commit 7ef9699
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()]
});

0 comments on commit 7ef9699

Please sign in to comment.