v1.1.0
Change Log
- fix: support all prism and refractor lang
- fix: toc issue with remark-autolink-headings
- refactor: reduce duplication and make SEO title consistent
- refactor: use unifiedjs esm packages
- chore: upgrade to nextjs 11.1.0 and add sharp as dependency (see #191)
Note: This update sets experimental: { esmExternals: true }
in next.config.js
and updates all packages within the unifiedjs ecosystem to use ESM libraries (read [here] for more info). I recommend re-installing clearing your node_modules
and re-installing the dependencies. If you encounter issues with other libraries, you can check out the official nextjs discussion page
Credits
Thanks @Music47ell for refactoring the SEO component.
Others
Looking to add i18n functionality to your blog? Check out @GautierArcin fork which uses next-translate