From eca6d2be80be74466a57cab8345d29c58440cf0d Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 25 Jan 2018 16:04:59 -0500 Subject: [PATCH] Add default --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 88700cf..445ca2d 100644 --- a/Rakefile +++ b/Rakefile @@ -20,5 +20,5 @@ def site_url ENV["URL"] else ENV["DEPLOY_URL"] - end + end || "https://danbarber.me" end