Trying to add redirection
This commit is contained in:
parent
ba363cd435
commit
fa048d35e2
1 changed files with 8 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue