Skip to content

Commit

Permalink
update daily composers link to point to netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
jsundram committed Sep 29, 2023
1 parent 2153aaa commit a176db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/composer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Composer({ pageContext }) {

let day = function(s){
let d = new Date(s);
return "https://dailycomposersmain.gatsbyjs.io/" + (d.getMonth() + 1) + "-" + d.getDate();
return "https://daily-composers.netlify.app/" + (d.getMonth() + 1) + "-" + d.getDate();
}
let title = "See composers born on this day!";

Expand Down

0 comments on commit a176db2

Please sign in to comment.