Skip to content

Commit

Permalink
this isn't working on my devenv, let's push to prod instead!
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Nov 20, 2024
1 parent e8d1023 commit e05a74f
Show file tree
Hide file tree
Showing 12 changed files with 3,094 additions and 1,426 deletions.
17 changes: 10 additions & 7 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
// @ts-check
import { defineConfig } from 'astro/config';
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import lucide from "lucide-astro";

import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()]
});
integrations: [tailwind(), lucide()],
vite: {
ssr: {
noExternal: ["lucide-astro"],
},
},
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.13",
"lucide-astro": "^0.460.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
Expand Down
Loading

0 comments on commit e05a74f

Please sign in to comment.