-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 fix: upgrade viewport for nextjs 14 #436
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! |
### [Version 0.100.2](v0.100.1...v0.100.2) <sup>Released on **2023-11-09**</sup> #### 🐛 Bug Fixes - **misc**: Upgrade viewport for nextjs 14. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Upgrade viewport for nextjs 14, closes [#436](#436) ([57d3d07](57d3d07)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 0.100.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 0.100.2](lobehub/lobe-chat@v0.100.1...v0.100.2) <sup>Released on **2023-11-09**</sup> #### 🐛 Bug Fixes - **misc**: Upgrade viewport for nextjs 14. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Upgrade viewport for nextjs 14, closes [#436](lobehub/lobe-chat#436) ([57d3d07](lobehub/lobe-chat@57d3d07)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 0.100.2](lobehub/lobe-chat@v0.100.1...v0.100.2) <sup>Released on **2023-11-09**</sup> #### 🐛 Bug Fixes - **misc**: Upgrade viewport for nextjs 14. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Upgrade viewport for nextjs 14, closes [#436](lobehub/lobe-chat#436) ([57d3d07](lobehub/lobe-chat@57d3d07)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
* 🤖 chore(auto-submit): Add markdown (lobehub#436) * 🤖 chore(auto-submit): Generate i18n for markdown (lobehub#436)
### [Version 0.100.2](lobehub/lobe-chat@v0.100.1...v0.100.2) <sup>Released on **2023-11-09**</sup> #### 🐛 Bug Fixes - **misc**: Upgrade viewport for nextjs 14. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Upgrade viewport for nextjs 14, closes [#436](lobehub/lobe-chat#436) ([57d3d07](lobehub/lobe-chat@57d3d07)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
We have upgrade to nextjs 14 in #434 (thanks to @Asuka109 ).
But due to
viewport
andthemeColor
has move toviewport
export in nextjs 14, we need to move them toviewport
.📝 补充信息 | Additional Information
refs: https://nextjs.org/blog/next-14#metadata-improvements