From 69b83ea67b26f305d701e37d808c92e633cef620 Mon Sep 17 00:00:00 2001 From: StefMa Date: Thu, 11 Feb 2021 14:11:45 +0100 Subject: [PATCH] Fix (temporarily) now aka vercel --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 53328dd..ac0d56c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: if [ $CIRCLE_BRANCH == "master" ]; then URL=hugo-fresh fi - sed -i "s,http://something-fresh.org,https://${URL}.now.sh,g" config.yaml + sed -i "s,http://something-fresh.org,https://${URL}.vercel.app,g" config.yaml cat config.yaml - run: