Commit 470c3845 authored by Ori Pomerantz's avatar Ori Pomerantz

WIP (needs to be pushed to test)

parent 75b6b1fc
......@@ -10,6 +10,7 @@ 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' }],
['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