Skip to content

Commit fc592ca

Browse files
committed
chore: add facebook app id to environment variable
1 parent d9aa6e4 commit fc592ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ export const metadata: Metadata = {
3434
...head,
3535
},
3636
facebook: {
37-
appId: '864906083053298',
37+
appId: process.env.NEXT_PUBLIC_FB_APP_ID || '',
3838
},
3939
twitter: {
40-
card: 'summary_large_image',
40+
card: 'summary_large_image',
4141
...head,
4242
},
4343
};

0 commit comments

Comments
 (0)