fix: revert changes

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe 2024-05-07 15:41:30 +07:00
parent 161ac5a164
commit 723afd37a9
No known key found for this signature in database
GPG Key ID: CFD53CE570D42DF5
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ import {
} from 'lib/constants';
import { Suspense } from 'react';
export const runtime = 'edge';
export async function generateMetadata({
params
}: {

View File

@ -3,6 +3,8 @@ import ProductGridItems from 'components/layout/product-grid-items';
import { defaultSort, sorting } from 'lib/constants';
import { getProducts } from 'lib/shopify';
export const runtime = 'edge';
export const metadata = {
title: 'Search',
description: 'Search for products in the store.'