feat: mythological suite renaming, cloudinary integration, and stacking scroll fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getDictionary } from "@/dictionaries/get-dictionary"
|
||||
import { getDictionary } from "@/dictionaries/get-dictionary"
|
||||
import NewsClient from "./NewsClient"
|
||||
|
||||
export async function generateMetadata({ params }: { params: Promise<{ lang: string }> }) {
|
||||
@@ -6,7 +6,7 @@ export async function generateMetadata({ params }: { params: Promise<{ lang: str
|
||||
const dict = await getDictionary(lang as 'en' | 'tr')
|
||||
return {
|
||||
title: `${dict.news_page.title} - Ayris Apart`,
|
||||
description: dict.news_page.subtitle,
|
||||
description: dict.news_page.excerpt,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user