delucis / astro-embed

Low-JavaScript embed components for Astro websites
https://astro-embed.netlify.app
MIT License
172 stars 25 forks source link

Unknown file extension ".astro" for /home/dev/astro/node_modules/@astro-community/astro-embed-youtube/YouTube.astro #41

Closed ngmisl closed 1 year ago

ngmisl commented 1 year ago

I can't seem to make this work

delucis commented 1 year ago

Hi @ngmisl! Please provide some information about your project set-up, code used, etc. to help debug.

delucis commented 1 year ago

Closing for lack of detail. Please feel free to post if you can share more, thank you!

Zygar commented 1 year ago

Same issue here

Unknown file extension ".astro" for /Users/andy/Projects/varda-web/node_modules/@astro-community/astro-embed-vimeo/Vimeo.astro

You likely need to add this package to vite.ssr.noExternal in your astro config file.

Astro 2.6; local dev server

import { Vimeo } from "@astro-community/astro-embed-vimeo";