Skip to content

0.9.6

Choose a tag to compare

@davidvkimball davidvkimball released this 31 Jul 16:49
· 23 commits to master since this release

Fixed a fresh install failing to start with "Cannot find module '@astrojs/markdown-remark' imported from astro.config.mjs". The package is imported by astro.config.mjs but was never declared in package.json, and pnpm does not expose transitive dependencies to project code, so clean installs broke on both macOS and Windows.