LIGO-208 fix fb preview url and img

This commit is contained in:
Sarah Fowler 2019-11-04 12:13:43 -05:00
parent 5e44be6baa
commit b017188534

View File

@ -84,7 +84,7 @@ const siteConfig = {
tagline: tagline:
"LIGO is a friendly smart-contract language for Tezos", "LIGO is a friendly smart-contract language for Tezos",
taglineSub: "Michelson was never so easy", taglineSub: "Michelson was never so easy",
url: "https://your-docusaurus-test-site.com", // Your website URL url: "https://ligolang.org", // Your website URL
baseUrl: "/", // Base URL for your project */ baseUrl: "/", // Base URL for your project */
// For github.io type URLs, you would set the url and baseUrl like: // For github.io type URLs, you would set the url and baseUrl like:
// url: 'https://facebook.github.io', // url: 'https://facebook.github.io',
@ -183,7 +183,7 @@ const siteConfig = {
cleanUrl: true, cleanUrl: true,
// Open Graph and Twitter card images. // Open Graph and Twitter card images.
ogImage: "img/undraw_online.svg", ogImage: "img/logo.svg",
twitterImage: "img/undraw_tweetstorm.svg", twitterImage: "img/undraw_tweetstorm.svg",
// Show documentation's last contributor's name. // Show documentation's last contributor's name.