File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ OPTIMIZELY_CMS_CLIENT_ID=
88OPTIMIZELY_CMS_CLIENT_SECRET=
99
1010# Root CMS instance. For example "https://<something>.cms.optimizely.com"
11- OPTIMIZELY_CMS_HOST =
11+ OPTIMIZELY_CMS_URL =
1212# From here, all environmental variables are optional
1313#
1414# Endpoint of GraphQL. Use this variable if you use a non-production instance or a different version
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default async function Page({ searchParams }: Props) {
2626 return (
2727 < >
2828 < Script
29- src = { `${ process . env . OPTIMIZELY_CMS_HOST } /util/javascript/communicationinjector.js` }
29+ src = { `${ process . env . OPTIMIZELY_CMS_URL } /util/javascript/communicationinjector.js` }
3030 > </ Script >
3131 < PreviewComponent />
3232 < OptimizelyComponent opti = { response } />
You can’t perform that action at this time.
0 commit comments