infoscreen/gatsby-config.js

8 lines
161 B
JavaScript
Raw Normal View History

2021-12-30 19:07:10 +01:00
module.exports = {
siteMetadata: {
siteUrl: "https://www.yourdomain.tld",
title: "infoscreen_gatsby",
},
2021-12-30 19:09:36 +01:00
plugins: ["gatsby-plugin-typescript"],
2021-12-30 19:07:10 +01:00
};