jonasmerlin / astro-seo

Makes it easy to add information that is relevant for SEO to your Astro app.
MIT License
933 stars 50 forks source link

Make index.js a module file #34

Closed gloopsies closed 2 years ago

gloopsies commented 2 years ago

Vite and VS code complain about using es import on a file that is not an es module (.mjs extension) so this is a quick PR to fix that.

jonasmerlin commented 2 years ago

Thanks for taking the time!

jonasmerlin commented 2 years ago

@chriswburke Done!