Skip to content

Commit 17632f7

Browse files
authored
Attempt to fix chrome bookmark image (supabase#36544)
1 parent 3a23ebd commit 17632f7

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

apps/studio/pages/_app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function CustomApp({ Component, pageProps }: AppPropsWithLayout) {
109109
<Head>
110110
<title>Supabase</title>
111111
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
112+
<meta property="og:image" content={`${BASE_PATH}/img/supabase-logo.png`} />
112113
{/* [Alaister]: This has to be an inline style tag here and not a separate component due to next/font */}
113114
<style
114115
dangerouslySetInnerHTML={{
5.68 KB
Loading

0 commit comments

Comments
 (0)