feat: add selected filter list

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-05-07 15:37:53 +07:00
parent c8f8fd2adc
commit 161ac5a164
4 changed files with 112 additions and 43 deletions

View File

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

View File

@@ -3,8 +3,6 @@ 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.'