Support multiple URLs

pull/5/head
Quentin 10 months ago
parent 2a7c774a90
commit 75f2e96d31
Signed by: quentin
GPG Key ID: E9602264D639FF68

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

Loading…
Cancel
Save