Theming @compoents folder components in purpose of future merging with updates, prepared to deploy on heroku

This commit is contained in:
Bayram Muhiyev
2021-07-22 13:51:53 +05:00
parent 33661cb30a
commit 7f02987f34
12 changed files with 395 additions and 23 deletions

View File

@@ -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)