mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
Remove 'spree' prefix from isomorphicConfig and add lastUpdatedProductsPrerenderCount
This commit is contained in:
@@ -93,7 +93,7 @@ export default function getSiteInfoOperation({
|
||||
SpreeSdkVariables
|
||||
>('__UNUSED__', {
|
||||
variables: createVariables(
|
||||
requireConfigValue('spreeCategoriesTaxonomyId') as string
|
||||
requireConfigValue('categoriesTaxonomyId') as string
|
||||
),
|
||||
})
|
||||
|
||||
@@ -106,7 +106,7 @@ export default function getSiteInfoOperation({
|
||||
SpreeSdkVariables
|
||||
>('__UNUSED__', {
|
||||
variables: createVariables(
|
||||
requireConfigValue('spreeBrandsTaxonomyId') as string
|
||||
requireConfigValue('brandsTaxonomyId') as string
|
||||
),
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user