Commit 650fa354 authored by Ori Pomerantz's avatar Ori Pomerantz

WIP (has to be pushed to check on twitter)

parent 0c1c7181
......@@ -9,6 +9,7 @@ module.exports = {
['meta', { name: 'theme-color', content: '#3eaf7c' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
['meta', { name: 'twitter:image', content: 'https://stack.optimism.io/assets/logos/logo.png' }],
['link', { rel: "icon", type: "image/png", sizes: "32x32", href: "/assets/logos/favicon.png"}],
],
theme: path.resolve(__dirname, './theme'),
......
......@@ -46,9 +46,6 @@
gtag('config', 'G-9KLVB8X0ME');
</script>
<!-- Social sharing image -->
<meta property="og:image" content="https://stack.optimism.io/assets/logos/logo.png" />
</main>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment