mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Tried to optimize product page
This commit is contained in:
@@ -53,6 +53,8 @@ interface PageParams {
|
||||
}
|
||||
|
||||
export default async function Page({ params }: PageParams) {
|
||||
console.log(params);
|
||||
|
||||
let queryParams = {
|
||||
locale: params.locale,
|
||||
slug: ''
|
||||
|
Reference in New Issue
Block a user