We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just pasting a link to memex into our Discord, and no image preview or description.
There's some siteMetadata in gatsby-config.js, but it's not in the published version of the website: https://github.com/WorldBrain/Website/blob/9d47a9869d7562a98a4291aa5ed1083287acb754/gatsby-config.js
gatsby-config.js
Which looks to just pull from html.tsx right now.
html.tsx
Here's an example template (a lightly scrubbed version of what I just added to some Fission apps):
<!-- Favicons & Mobile settings --> <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" /> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" /> <link rel="manifest" href="site.webmanifest" /> <link rel="mask-icon" href="safari-pinned-tab.svg" color="#6446fa" /> <meta name="msapplication-TileColor" content="#1e2347" /> <meta name="theme-color" content="#1e2347" /> <!-- Social Metadata --> <!-- Primary Meta Tags --> <meta name="title" content="PAGE TITLE"> <meta name="description" content="DESCRIPTION"> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content="https://getmemex.com/"> <meta property="og:title" content="PAGE TITLE"> <meta property="og:description" content="DESCRIPTION"> <meta property="og:image" content="FULL PATH TO IMAGE - Facebook Size"> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@WorldBrain"> <meta property="twitter:url" content="https://getmemex.com"> <meta property="twitter:title" content="PAGE TITLE"> <meta property="twitter:description" content="DESCRIPTION"> <meta property="twitter:image" content="FULL PATH TO IMAGE - Twitter Size"> <meta name="twitter:label1" value="Subscribe today for end-to-end encrypted sync with mobile" /> <meta name="twitter:data1" value="Just 2€ per month or 20€ per year" />
Those Twitter data labels are read in by (among others) Slack when you paste in links there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just pasting a link to memex into our Discord, and no image preview or description.
There's some siteMetadata in
gatsby-config.js
, but it's not in the published version of the website: https://github.com/WorldBrain/Website/blob/9d47a9869d7562a98a4291aa5ed1083287acb754/gatsby-config.jsWhich looks to just pull from
html.tsx
right now.Here's an example template (a lightly scrubbed version of what I just added to some Fission apps):
Those Twitter data labels are read in by (among others) Slack when you paste in links there.
The text was updated successfully, but these errors were encountered: