Support multiple URLs
This commit is contained in:
parent
2a7c774a90
commit
75f2e96d31
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue