From cd806484b7a4767af03441473ff81a34f079fd10 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 18 Apr 2020 19:04:07 -0400 Subject: [PATCH] Fixed baseURL and config.yaml --- Makefile | 2 +- config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 65cbfbc..d7ecf2a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ static-pull: .PHONY: static-pull static-push: - aws s3 sync --acl "public-read" --sse "AES256" s3://${STATIC_BUCKET} ${STATIC_DIR}/ + aws s3 sync --acl "public-read" --sse "AES256" ${STATIC_DIR}/ s3://${STATIC_BUCKET} .PHONY: static-push run: static-pull diff --git a/config.yaml b/config.yaml index f6417ca..bbf356e 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ -baseURL: "http://bdebyl.net/" +baseURL: "https://bdebyl.net/" title: "A random assortment of my personal projects." theme: "even" defaultContentLanguage: "en"