Tried some updates

This commit is contained in:
Henrik Larsson
2023-08-13 14:06:02 +02:00
parent 810754ad1d
commit ac9d8c4386
5 changed files with 3 additions and 7 deletions

View File

@@ -17,8 +17,6 @@ export async function generateMetadata({
}): Promise<Metadata> {
const { slug, locale } = params;
console.log(slug, locale);
const { query = '', queryParams } = getQueryFromSlug(slug, locale);
const page = await clientFetch(query, queryParams);