From 235d9d48a0cf787707c6f864fabfafc3e664ead4 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 23 May 2023 14:17:42 +0200 Subject: [PATCH] Commentaar toegevoegd --- config/_default/outputformats.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/_default/outputformats.toml b/config/_default/outputformats.toml index 2165f80..fda32d6 100644 --- a/config/_default/outputformats.toml +++ b/config/_default/outputformats.toml @@ -2,7 +2,7 @@ # RSS-feed (Atom) [RSS] - mediatype = "application/rss" + mediatype = "application/xml" baseName = "atom" # JSON Feed, index.json @@ -15,6 +15,7 @@ mediaType = "text/calendar" baseName = "calendar" +# Index voor zoekfunctionaliteit op de website [SearchIndex] mediatype = "application/json" basename = "searchindex"