olavea / Lillian-and-Ola-Vea-com

Lillian-and-Ola-Vea-com
1 stars 0 forks source link

changes in siteMetadata: { #2

Closed olavea closed 2 years ago

olavea commented 2 years ago

siteMetadata: {

olavea commented 2 years ago
// gatsby-config.js
module.exports = {
  siteMetadata: {
    name: "Lillian and Ola Vea .com",
    url: process.env.DEPLOY_PRIME_URL || deployUrl,
    canonicalUrl: "https://olavea.com",
    twitterCreator: "@olaholstvea",
    siteDescription: `We show Gatsby devs how to get the most out of Learning By Doing through consulting, rum-fueled treasure hunts in the sharky waters around the Gatsby islands and more!`,
    siteLang: `en`,
    contact: {
      email: `ola@olavea.com`,
      address: `Tromsøgata 26, 0565 Oslo, Norway`,
    },
    greeting: `Made with ❤ <br/>by <a href="https://twitter.com/olaholstvea">@olaholstvea</a> and family.`,
  },