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