storyblok / storyblok-astro

Astro SDK for Storyblok CMS
MIT License
163 stars 29 forks source link

Missing specifier #599

Closed Apisathan closed 11 months ago

Apisathan commented 11 months ago

storyblok.com

Problem:

Since version 4.0 where the componets where moved into its own folder am getting "Missing "./StoryblokComponent" specifier in "@storyblok/astro" package" when trying to import a component. Its fixed when moving the components into the root.


Steps to Reproduce

I made a repo with the issue with only astro and storyblok: https://github.com/Apisathan/astro-storyblok

  1. Run npm run dev
  2. Go to localhost:4321/test-post

Then you should get a missing specifier

Apisathan commented 11 months ago

Am closing this as its caused by a missing file extension in the astro docs: https://github.com/withastro/docs/pull/5949