mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-12 08:26:56 +02:00
Perform cleanup
This commit is contained in:
parent
f1fa8c9121
commit
9b9eed61c7
9 changed files with 66 additions and 17 deletions
|
@ -6,7 +6,12 @@ module.exports = {
|
|||
author: extConfig.siteAuthor,
|
||||
siteUrl: extConfig.siteURL,
|
||||
keywords: extConfig.siteKeywords,
|
||||
payPalMail: extConfig.payPalMail
|
||||
payPalMail: extConfig.payPalMail,
|
||||
contactEmail: extConfig.contactEmail,
|
||||
contactPhone: extConfig.contactPhone,
|
||||
mapsLink: extConfig.mapsLink,
|
||||
contactTwitter: extConfig.contactTwitter,
|
||||
contactGitHub: extConfig.contactGitHub
|
||||
},
|
||||
assetPrefix: "/assets",
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue