Skip to content

Commit 24ce0fb

Browse files
committed
chore: try to fix smartlook in PR checks
related: #907
1 parent 7c35d4d commit 24ce0fb

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)