@@ -28,6 +28,15 @@ This allows you to specify a different asset root for the directory of your appl
...
@@ -28,6 +28,15 @@ This allows you to specify a different asset root for the directory of your appl
By default this is set to `public_html/`
By default this is set to `public_html/`
#### Default Character Set
This allows you to specify a character set for your text assets (HTML, Javascript, CSS, and so on). For most apps, this should be the default value of "UTF-8", but you can override it by setting `encoding`:
```json
{
"encoding":"US-ASCII"
}
```
#### Clean URLs
#### Clean URLs
For SEO purposes, you can drop the `.html` extension from URLs for say a blog site. This means users could go to `/foo` instead of `/foo.html`.
For SEO purposes, you can drop the `.html` extension from URLs for say a blog site. This means users could go to `/foo` instead of `/foo.html`.