Website metadata

This commit is contained in:
Mentor Palokaj 2021-10-16 13:55:09 +02:00
parent 423a1a5cf8
commit 856d17a525

View File

@ -9,8 +9,8 @@ module.exports = {
// ⚠️ You should edit this section // ⚠️ You should edit this section
// /////////////////////////////// // ///////////////////////////////
identity: { identity: {
title: "Hi Pew", title: "Rocketeer NFT project",
desc: "High Performance Website Boilerplate", desc: "Rocketeer NFT drop website.",
"logo": "logo.jpg" "logo": "logo.jpg"
}, },
@ -21,7 +21,7 @@ module.exports = {
system: { system: {
// // ⚠️ You should edit the 'url' key to be the production URL // // ⚠️ You should edit the 'url' key to be the production URL
url: process.env.NODE_ENV == 'production' ? 'https://actuallymentor.github.io/hi-pew/' : 'http://' + ip.address() + ':3000/', url: process.env.NODE_ENV == 'production' ? 'https://rocketeer.web.app/' : 'http://' + ip.address() + ':3000/',
public: normalize( process.env.NODE_ENV == 'production' ? __dirname + '/../docs/' : __dirname + '/../public/' ), public: normalize( process.env.NODE_ENV == 'production' ? __dirname + '/../docs/' : __dirname + '/../public/' ),
source: normalize( __dirname + '/../src/' ), source: normalize( __dirname + '/../src/' ),
@ -56,9 +56,7 @@ module.exports = {
lastname: "Palokaj", lastname: "Palokaj",
email: "mentor@palokaj.co", email: "mentor@palokaj.co",
twitter: "@actuallymentor", twitter: "@actuallymentor",
// facebook profile id, used for retargeting ad permissions url: "https://github.com/actuallymentor"
facebook: "1299359953416544",
url: "https://www.skillcollector.com/"
}, },
// /////////////////////////////// // ///////////////////////////////