Files
vercel/examples/gatsby/gatsby-config.js

9 lines
149 B
JavaScript

module.exports = {
siteMetadata: {
title: `Gatsby + Node.js API`,
siteUrl: `https://gatsby-template.vercel.app`,
},
plugins: [
]
}