Add donation module

This commit is contained in:
Kevin Kandlbinder 2020-12-23 17:45:09 +01:00
parent 45ed006faf
commit bcfc8817ec
12 changed files with 198 additions and 35 deletions

View file

@ -5,7 +5,8 @@ module.exports = {
title: extConfig.siteName,
author: extConfig.siteAuthor,
siteUrl: extConfig.siteURL,
keywords: extConfig.siteKeywords
keywords: extConfig.siteKeywords,
payPalMail: extConfig.payPalMail
},
assetPrefix: "/assets",
plugins: [
@ -13,6 +14,7 @@ module.exports = {
resolve: "gatsby-plugin-asset-path"
},
`gatsby-plugin-sharp`,
`gatsby-transformer-sharp`,
`gatsby-transformer-json`,
{
resolve: `gatsby-source-filesystem`,