Skip to content

Commit df3534a

Browse files
committed
chore: add a fallback for smartlook project key to fix PR checks
Related #890
1 parent 19f1ddf commit df3534a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-docs-theme/src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const themeConfig = ({
1313
hideable: true,
1414
},
1515
},
16-
smartlook: { projectKey: process.env.SMARTLOOK_PROJECT_KEY },
16+
smartlook: { projectKey: process.env.SMARTLOOK_PROJECT_KEY ?? '-' },
1717
navbar: {
1818
title: 'Apify Docs',
1919
logo: {

0 commit comments

Comments
 (0)