Files
vercel/examples/gatsby/gatsby-config.js
2022-01-17 19:50:31 -06:00

9 lines
149 B
JavaScript

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