You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astro Hook Update: The plugin now uses a different Astro hook because since the Astro upgrade to version 5 the previous astro:build:start hook runs after the Content Layer API is synced and caches some of its output. As a result, Markdown files generated by the plugin were not included in the production build until the site was built a second time. We are now using the astro:config:setup hook which also has the advantage of files being generated when using the dev command and not only for production builds by @JoblersTune (695cbec)