mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Theming @compoents folder components in purpose of future merging with updates, prepared to deploy on heroku
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { getSearchStaticProps } from '@lib/search-props'
|
||||
import type { GetStaticPathsResult, GetStaticPropsContext } from 'next'
|
||||
import Search from '@components/search'
|
||||
import Search from '@theme/search'
|
||||
|
||||
export async function getStaticProps(context: GetStaticPropsContext) {
|
||||
return getSearchStaticProps(context)
|
||||
|
Reference in New Issue
Block a user