From 7266a9dca997368f0c0d7813c56147760cc6a230 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Wed, 13 Dec 2023 15:00:43 +0100 Subject: [PATCH] added https:// in deployment endpoint --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index ce9b892..f562cdf 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,4 +6,4 @@ theme = 'ananke' [deployment] [[deployment.targets]] - URL = "s3://palettetest.web.deuxfleurs.fr?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage" \ No newline at end of file + URL = "s3://palettetest.web.deuxfleurs.fr?endpoint=https://garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage" \ No newline at end of file