Tried to optimize product page

This commit is contained in:
Henrik Larsson
2023-08-11 10:19:55 +02:00
parent a7efbf8fc3
commit 767245672c
18 changed files with 190 additions and 263 deletions

View File

@@ -53,6 +53,8 @@ interface PageParams {
}
export default async function Page({ params }: PageParams) {
console.log(params);
let queryParams = {
locale: params.locale,
slug: ''