gatsby-pingbot/gatsby-config.js

8 lines
122 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",
},
plugins: [],
};