Merge branch 'LIGO-208-fix-soc-media-link' into 'dev'

LIGO-208 fix fb preview url and img

See merge request ligolang/ligo!171
This commit is contained in:
Sarah Fowler 2019-11-04 23:10:55 +00:00
commit 77b683a8ee

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.