Support multiple URLs

This commit is contained in:
Quentin 2022-06-01 15:37:13 +02:00
parent 2a7c774a90
commit 75f2e96d31
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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