Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/pages/blog/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ export default {
index: {
title: 'Overview'
},
'nextjs-root-params': {
title: 'New in Next.js 15.X: rootParams',
display: 'hidden'
},
'next-intl-4-0': {
title: 'next-intl 4.0',
display: 'hidden'
Expand Down
6 changes: 6 additions & 0 deletions docs/src/pages/blog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import StayUpdated from '@/components/StayUpdated.mdx';
# next-intl blog

<div className="flex flex-col gap-4 py-8">
<BlogPostLink
href="/blog/nextjs-root-params"
title="New in Next.js 15.X: rootParams"
date="May XX, 2025"
author="By Jan Amann"
/>
<BlogPostLink
href="/blog/next-intl-4-0"
title="next-intl 4.0"
Expand Down
Loading