mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 22:45:00 +08:00
fix(bridge): Add default open graph metadata (#378)
This commit is contained in:
@@ -9,6 +9,21 @@ export default function Document() {
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/document/favicon-16x16.png" />
|
||||
<link rel="manifest" href="/document/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/document/safari-pinned-tab.svg" color="#0052ff" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Base | Bridge" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Base Bridge enables the transfer of certain digital assets and other data back and forth between Ethereum and Base."
|
||||
/>
|
||||
<meta property="og:image" content="https://bridge.base.org/images/base-open-graph.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:domain" content="base.org" />
|
||||
<meta name="twitter:title" content="Base | Bridge" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Base Bridge enables the transfer of certain digital assets and other data back and forth between Ethereum and Base."
|
||||
/>
|
||||
<meta name="twitter:image" content="https://bridge.base.org/images/base-open-graph.png" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta
|
||||
|
||||
BIN
apps/bridge/public/images/base-open-graph.png
Normal file
BIN
apps/bridge/public/images/base-open-graph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 193 KiB |
Reference in New Issue
Block a user