From a338bd1e485a7a89ea757b7ec08c1751c25f560b Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sat, 4 Jan 2020 11:21:52 -0600 Subject: [PATCH] Change to DWS aws host and baseurl to bare --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d9989e8..d24001c 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "http://www.strandlab.net" +baseurl = "https://strandlab.net" title = "Strand Lab" author = "Gervaise H. Henry" theme = "blackburn" @@ -82,4 +82,4 @@ paginate = 10 [[deployment.targets]] name = "aws" - URL = "s3://www.strandlab.net?region=us-east-2" \ No newline at end of file + URL = "s3://strandlab?region=us-east-2" \ No newline at end of file -- GitLab