mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-13 08:57:04 +02:00
Add donation module
This commit is contained in:
parent
45ed006faf
commit
bcfc8817ec
12 changed files with 198 additions and 35 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue