Trying to add redirection

This commit is contained in:
F. Y. H. 2024-12-22 17:00:01 +01:00
parent ba363cd435
commit fa048d35e2
Signed by: Alnotz
GPG key ID: BB5A7B6724BF531A

View file

@ -7,3 +7,11 @@ root = "./"
#### List of index files #### List of index files
index-files = "index.html" index-files = "index.html"
[advanced]
#### Redirects
[[advanced.rewrites]]
source = "/"
destination = "/index.html"
redirect = 301