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.
1 parent 7c35d4d commit 24ce0fbCopy full SHA for 24ce0fb
apify-docs-theme/src/config.js
@@ -13,7 +13,7 @@ const themeConfig = ({
13
hideable: true,
14
},
15
16
- smartlook: { projectKey: process.env.SMARTLOOK_PROJECT_KEY ?? '-' },
+ smartlook: { projectKey: process.env.SMARTLOOK_PROJECT_KEY || '-' },
17
navbar: {
18
title: 'Apify Docs',
19
logo: {
0 commit comments