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