v1.1.0
版本发布时间: 2021-08-16 00:06:15
timlrx/tailwind-nextjs-starter-blog最新发布版本:v2.2.0(2024-04-17 22:54:46)
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 https://github.com/timlrx/tailwind-nextjs-starter-blog/pull/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