Skip to content

Commit

Permalink
Add tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed May 14, 2024
1 parent 39a4430 commit 31334e5
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 3 deletions.
7 changes: 4 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
import sitemap from '@astrojs/sitemap';
import playformCompress from "@playform/compress";

import playformInline from "@playform/inline";

import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: 'https://blog.morrone.dev',
integrations: [mdx(), sitemap(), playformInline(), playformCompress(),]
site: 'https://blog.morrone.dev',
integrations: [tailwind(), mdx(), sitemap(), playformInline(), playformCompress()]
});
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"@astrojs/mdx": "^3.0.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@playform/compress": "^0.0.4",
"@playform/inline": "^0.0.3",
"astro": "^4.8.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 31334e5

Please sign in to comment.