17 lines
No EOL
236 B
TOML
17 lines
No EOL
236 B
TOML
[general]
|
|
|
|
#### Address & Root dir
|
|
host = "127.0.0.1"
|
|
port = 3000
|
|
root = "./"
|
|
|
|
#### List of index files
|
|
index-files = "index.html"
|
|
|
|
[advanced]
|
|
|
|
#### Redirects
|
|
[[advanced.rewrites]]
|
|
source = "/"
|
|
destination = "/index.html"
|
|
redirect = 301 |