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 06fd3c7..df980d9 100644
--- a/config.json
+++ b/config.json
@@ -184,6 +184,10 @@
"baseName": "index",
"mediaType": "text/html"
},
+ "embed": {
+ "baseName": "embed",
+ "mediaType": "text/html"
+ },
"plain": {
"baseName": "index",
"mediaType": "text/plain"
@@ -275,7 +279,8 @@
],
"page": [
"html",
- "plain"
+ "plain",
+ "embed"
]
},
"caches": {