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 19f1ddf commit df3534aCopy full SHA for df3534a
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