diff --git a/_data/site.js b/_data/site.js index aaa3300d6..f3c5a1cfe 100644 --- a/_data/site.js +++ b/_data/site.js @@ -26,7 +26,7 @@ module.exports = function () { return { title: "TrebledJ's Pages", subtitle: 'Dabbling in code, music, math, and memes since conception.', - url: 'https://trebledj.github.io', + url: process.env.TARGET_HOST === 'github' ? 'https://trebledj.github.io' : 'https://trebledj.xyz', baseurl: '', language: 'en', description: "TrebledJ's personal blog on programming, music, and memes.",