diff --git a/app/[locale]/blog/page.tsx b/app/[locale]/blog/page.tsx index 629064f0..e3b7d728 100644 --- a/app/[locale]/blog/page.tsx +++ b/app/[locale]/blog/page.tsx @@ -3,7 +3,7 @@ import Image from 'next/image'; import { getAllPosts } from '@/lib/blog'; import { Section, Container, Heading, Card, Badge, Button } from '@/components/ui'; import Reveal from '@/components/Reveal'; -import { Metadata } from 'next'; + import { getTranslations, setRequestLocale } from 'next-intl/server'; import { SITE_URL } from '@/lib/schema'; import { BlogPaginationKeyboardObserver } from '@/components/blog/BlogPaginationKeyboardObserver';