Commit ed901735 authored by Ori Pomerantz's avatar Ori Pomerantz

WIP (twitter)

parent ddf302aa
......@@ -10,7 +10,9 @@ module.exports = {
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
['meta', { property: 'og:image', content: 'https://stack.optimism.io/assets/logos/logo.png' }],
['meta', { name: 'twitter:image', content: 'https://stack.optimism.io/assets/logos/logo.png' }],
['meta', { name: 'twitter:title', content: 'OP Stack Docs' }],
['meta', { name: 'twitter:image', content: 'https://stack.optimism.io/assets/logos/twitter-logo.png' }],
['meta', { name: 'twitter:card', content: 'summary' } ],
['link', { rel: "icon", type: "image/png", sizes: "32x32", href: "/assets/logos/favicon.png"}],
],
theme: path.resolve(__dirname, './theme'),
......
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