diff --git a/sws/config.toml b/sws/config.toml index 683fb6d..0d3af71 100644 --- a/sws/config.toml +++ b/sws/config.toml @@ -7,3 +7,11 @@ root = "./" #### List of index files index-files = "index.html" + +[advanced] + +#### Redirects +[[advanced.rewrites]] +source = "/" +destination = "/index.html" +redirect = 301 \ No newline at end of file