/** * @type {import('gatsby').GatsbyConfig} */ module.exports = { siteMetadata: { title: `Gatsby + Vercel`, siteUrl: `https://gatsby-template.vercel.app/`, }, plugins: [], };