We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3485c91 commit ac9d355Copy full SHA for ac9d355
4 files changed
astro.config.ts
@@ -2,8 +2,10 @@ import { defineConfig } from 'astro/config';
2
3
import tailwind from "@astrojs/tailwind";
4
5
+import icon from 'astro-icon';
6
+
7
// https://astro.build/config
8
export default defineConfig({
9
site: 'https://naapperas.github.io',
- integrations: [tailwind()]
10
+ integrations: [tailwind(), icon()]
11
});
0 commit comments