From 5ca68adff3e5d324dc2568ada4fa1697c6117ece Mon Sep 17 00:00:00 2001 From: Kyle Pfromer Date: Fri, 10 Jul 2020 01:56:51 -0600 Subject: [PATCH] chore: change cname and site url --- gatsby-config.js | 2 +- static/CNAME | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 7ea784b..d4becff 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,6 +1,6 @@ module.exports = { siteMetadata: { - siteUrl: "http://pforwords.surge.sh", + siteUrl: "https://pforwords.com", title: "pforwords", description: "Sustainable living on a budget", author: "Taylor Pfromer", diff --git a/static/CNAME b/static/CNAME index e116aa6..44bc21f 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1,2 @@ -pforwords.surge.sh \ No newline at end of file +pforwords.com +www.pforwords.com \ No newline at end of file