v2.3.0 #1052
timlrx
announced in
Announcements
v2.3.0
#1052
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Update Highlights
The template has been updated to support Next.js 15.
export const dynamic = 'force-static'
insitemap.ts
,robot.ts
andapi/newsletter/route.ts
since GET route handler are no longer cache by defaultThe navigation bar menu has also been updated to use HeadlessUI for better accessibility and user experience and an implemented of a fixed navbar option for better navigation on long pages.
For new users, looking to deploy a static site, the contributions by @abernier along with the improved documentation and readme should also make it a lot more straightforward.
What's Changed
searchDocumentsPath
takingBASE_PATH
into account by @abernier insearchDocumentsPath
takingBASE_PATH
into account #962BASE_PATH
URLs by @abernier in fix layoutBASE_PATH
URLs #972process.env.BASE_PATH
doc by @abernier inprocess.env.BASE_PATH
doc #977rehype-katex-notranslate
plugin for preventing symbols in formulas to be translated by browser translate-tools. by @PrinOrange in feat: addrehype-katex-notranslate
plugin for preventing symbols in formulas to be translated by browser translate-tools. #1049New Contributors
Full Changelog: v2.2.0...v2.3.0
This discussion was created from the release v2.3.0.
Beta Was this translation helpful? Give feedback.
All reactions