diff --git a/netlify.toml b/netlify.toml index 2392673..1c87e76 100644 --- a/netlify.toml +++ b/netlify.toml @@ -19,3 +19,9 @@ [headers.values] cache-control = "max-age=0,no-cache,no-store,must-revalidate" + +[[redirects]] +from = "/artikel/*" +to = "/:splat" +status = 301 +force = false