natemoo-re / astro-icon

Inline and sprite-based SVGs in Astro made easy!
https://astroicon.dev
Other
1.01k stars 57 forks source link

bug: `astro-icon` is emitting the logic for fetching Astro icons out when using Astro SSG (astro build mode) #39

Closed okikio closed 1 year ago

okikio commented 2 years ago

astro-icon is emitting the logic for fetching Astro icons out when using Astro SSG (astro build mode), even though the expectation is that you get the final svgs

stramel commented 1 year ago

@okikio I have tested this and I'm unable to reproduce this. Can you provide an example or a reproducible use-case via astro.new?

stramel commented 1 year ago

I'm going to close this for now. I'm willing to re-open if we can reproduce the issue described.