Skip to content

Commit

Permalink
feat: disable SSR in smartedit (#17825)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpawelczak authored Sep 18, 2023
1 parent 588d622 commit 9dcb262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export interface RenderingStrategyResolverOptions {

export const defaultRenderingStrategyResolverOptions: RenderingStrategyResolverOptions =
{
excludedUrls: ['checkout', 'my-account'],
excludedUrls: ['checkout', 'my-account', 'cx-preview'],
excludedParams: ['asm'],
};

0 comments on commit 9dcb262

Please sign in to comment.