summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 888a0cc..9d1d0c5 100644
--- a/config.toml
+++ b/config.toml
@@ -40,7 +40,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages
# Enable widgets in given order
- widgets = ["dataprotection", "elasticlunr_search", "recent", "categories"]
+ widgets = ["dataprotection", "fts5_search", "recent", "categories"]
[taxonomies]
category = "categories"
@@ -107,3 +107,9 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
+
+[mediaTypes.'application/wasm']
+ suffixes = [ 'wasm' ]
+
+[mediaTypes.'application/octet-stream']
+ suffixes = [ 'db' ]