Skip to content

Commit

Permalink
Merge pull request #3 from thinc-org/dev
Browse files Browse the repository at this point in the history
chore: fix react icons external package issue
  • Loading branch information
ebonian authored Oct 7, 2023
2 parents d0b71bd + ed2bb7b commit 073fb57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ import tailwind from '@astrojs/tailwind';
export default defineConfig({
site: 'https://example.com',
integrations: [mdx(), sitemap(), react(), tailwind()],
vite: {
ssr: {
noExternal: ['react-icons'],
},
},
});

0 comments on commit 073fb57

Please sign in to comment.