From 75f2e96d31aa7c546281e9d7cbda051991244638 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 1 Jun 2022 15:37:13 +0200 Subject: [PATCH] Support multiple URLs --- README.md | 2 +- config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c47a489..09cbce2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ zola build ## Déployer ```bash -aws s3 sync ./public s3://man.deuxfleurs.fr +aws s3 sync ./public s3://guide.deuxfleurs.fr ``` ## Développer diff --git a/config.toml b/config.toml index cff6339..84f3ddc 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://man.deuxfleurs.fr" +base_url = "/" # Whether to automatically compile all Sass files in the sass directory compile_sass = true