We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad94e0e + 1cfc50d commit c13cb28Copy full SHA for c13cb28
next.config.js
@@ -15,9 +15,8 @@ const config = {
15
process.env.CONTENTSTACK_API_HOST || 'api.contentstack.io',
16
CONTENTSTACK_APP_HOST:
17
process.env.CONTENTSTACK_APP_HOST || 'app.contentstack.com',
18
- NEXT_PUBLIC_CONTENTSTACK_API_KEY: process.env.CONTENTSTACK_API_KEY,
19
CONTENTSTACK_LIVE_PREVIEW:
20
- process.env.NEXT_PUBLIC_CONTENTSTACK_LIVE_PREVIEW || 'true',
+ process.env.CONTENTSTACK_LIVE_PREVIEW || 'true',
21
CONTENTSTACK_LIVE_EDIT_TAGS:
22
process.env.CONTENTSTACK_LIVE_EDIT_TAGS || 'false',
23
},
0 commit comments