mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Remove 'spree' prefix from isomorphicConfig and add lastUpdatedProductsPrerenderCount
This commit is contained in:
@@ -20,7 +20,7 @@ const createApiFetch: (
|
||||
_getConfig
|
||||
) => {
|
||||
const client = makeClient({
|
||||
host: requireConfigValue('spreeApiHost') as string,
|
||||
host: requireConfigValue('apiHost') as string,
|
||||
fetcherType: 'custom',
|
||||
createFetcher: (fetcherOptions) => {
|
||||
return createCustomizedFetchFetcher({
|
||||
|
Reference in New Issue
Block a user