aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.json b/config.json
index 938286d..e7948bf 100644
--- a/config.json
+++ b/config.json
@@ -181,6 +181,10 @@
"baseName": "index",
"mediaType": "text/html"
},
+ "plain": {
+ "baseName": "index",
+ "mediaType": "text/plain"
+ },
"json": {
"baseName": "index",
"mediaType": "application/json"
@@ -248,7 +252,8 @@
"rss"
],
"page": [
- "html"
+ "html",
+ "plain"
]
},
"caches": {