v8.0.0
What's Changed
BREAKING CHANGES
- moves content collections from
./src/content/*to the root:./content/* - renames all content collections to plural form, i.e.:
/content/post/*to/content/posts/*
Other changes
- updates dependencies to latest
- Astro to v7
- webmentions cache moved to Astro's
cacheDir - fixes typescript error with baseUrl being deprecated
- update aria values for nav elements
- use
siteConfig.langfor formatting dates
Full Changelog: v7.2.0...v8.0.0