chore: Gatsby fresh install

This commit is contained in:
Aitor Urrutia
2022-01-14 19:56:47 +01:00
parent 6da4ef5eb8
commit 851afd0c66
9 changed files with 5611 additions and 176 deletions

8
front/gatsby-config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
siteMetadata: {
siteUrl: `https://www.yourdomain.tld`,
},
plugins: [
]
}