summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-12-12 21:59:35 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-12-12 21:59:35 +0100
commitbfc1d39d2c9a9f192d94627f05cdc246219cbc16 (patch)
tree947b77ec6a1ab441b5ef4f053affef42e4705cc6 /config.toml
parentd196a3fe620a16d96a7a0bb9ad6eb929939d9570 (diff)
downloadwww-andreasbaumann-cc-bfc1d39d2c9a9f192d94627f05cdc246219cbc16.tar.gz
www-andreasbaumann-cc-bfc1d39d2c9a9f192d94627f05cdc246219cbc16.tar.bz2
replaced .ajax with XMLHttpRequest, now binary fetches are working
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' ]