forked from Deuxfleurs/guide.deuxfleurs.fr
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
|
## Déployer
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
aws s3 sync ./public s3://man.deuxfleurs.fr
|
aws s3 sync ./public s3://guide.deuxfleurs.fr
|
||||||
```
|
```
|
||||||
|
|
||||||
## Développer
|
## Développer
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# The URL the site will be built for
|
# 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
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
Loading…
Reference in a new issue