Skip to content

Commit 05f9045

Browse files
committed
refactor: simplify faq content
Signed-off-by: Adam Setch <[email protected]>
1 parent 84ade1c commit 05f9045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astro.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import solidJs from '@astrojs/solid-js';
21
import tailwindcss from '@tailwindcss/vite';
32
import icon from 'astro-icon';
43

@@ -9,5 +8,5 @@ export default defineConfig({
98
vite: {
109
plugins: [tailwindcss()],
1110
},
12-
integrations: [solidJs(), icon()],
11+
integrations: [icon()],
1312
});

0 commit comments

Comments
 (0)