mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
module.exports = {
|
|
siteMetadata: {
|
|
title: `Gatsby + Node.js API`,
|
|
siteUrl: `https://gatsby.examples.vercel.com`,
|
|
},
|
|
plugins: [
|
|
|
|
]
|
|
} |