We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac018a commit c224d1cCopy full SHA for c224d1c
docs/src/pages/blog/_meta.tsx
@@ -2,10 +2,6 @@ export default {
2
index: {
3
title: 'Overview'
4
},
5
- 'next-intl-4-0': {
6
- title: 'next-intl 4.0',
7
- display: 'hidden'
8
- },
9
'next-intl-3-22': {
10
title: 'next-intl 3.22',
11
display: 'hidden'
docs/src/pages/blog/index.mdx
@@ -4,12 +4,6 @@ import StayUpdated from '@/components/StayUpdated.mdx';
# next-intl blog
<div className="flex flex-col gap-4 py-8">
- <BlogPostLink
- href="/blog/next-intl-4-0"
- title="next-intl 4.0"
- date="Dec XX, 2024"
- author="By Jan Amann"
12
- />
13
<BlogPostLink
14
href="/blog/next-intl-3-22"
15
title="next-intl 3.22: Incrementally moving forward"
docs/src/pages/blog/next-intl-4-0.mdx
0 commit comments