From bfc1d39d2c9a9f192d94627f05cdc246219cbc16 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 12 Dec 2023 21:59:35 +0100 Subject: replaced .ajax with XMLHttpRequest, now binary fetches are working --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.toml') 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' ] -- cgit v1.2.3-54-g00ecf