Skip to content

Commit

Permalink
chore: target host
Browse files Browse the repository at this point in the history
  • Loading branch information
TrebledJ committed Nov 7, 2023
1 parent 300a43a commit 21792b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 21792b9

Please sign in to comment.