2021-12-30 19:07:10 +01:00
|
|
|
module.exports = {
|
|
|
|
siteMetadata: {
|
|
|
|
siteUrl: "https://www.yourdomain.tld",
|
|
|
|
title: "infoscreen_gatsby",
|
|
|
|
},
|
2022-01-02 22:48:24 +01:00
|
|
|
plugins: [
|
|
|
|
"gatsby-plugin-typescript",
|
|
|
|
{
|
|
|
|
resolve: "gatsby-plugin-react-svg",
|
|
|
|
options: {
|
|
|
|
rule: {
|
2022-01-04 00:56:06 +01:00
|
|
|
include: /weather/
|
2022-01-02 22:48:24 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2021-12-30 19:07:10 +01:00
|
|
|
};
|