Skip to content

Commit 09fb622

Browse files
authored
fallback for env variables
1 parent 3356598 commit 09fb622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
99
follow: false,
1010
},
1111
other: {
12-
"google-site-verification":process.env.GOOGLE_SITE_VERIFICATION
12+
"google-site-verification":process.env.GOOGLE_SITE_VERIFICATION || ''
1313
}
1414
};
1515

0 commit comments

Comments
 (0)