gatsby-pingbot/gatsby-config.js

9 lines
149 B
JavaScript
Raw Normal View History

2021-08-04 09:48:04 +00:00
module.exports = {
siteMetadata: {
siteUrl: "https://www.pingbot.cf",
title: "Ping Bot",
2021-08-04 19:17:51 +00:00
description: "Ping Bot"
2021-08-04 09:48:04 +00:00
},
plugins: [],
2021-08-04 19:17:51 +00:00
}