From 0ff82505a6b86bd79f41d850459c788e47073c13 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Tue, 22 Dec 2020 17:43:07 +0100 Subject: [PATCH] Disable language redirect for now --- fab.config.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/fab.config.json5 b/fab.config.json5 index 0f04ad1..c3fe13b 100644 --- a/fab.config.json5 +++ b/fab.config.json5 @@ -1,7 +1,6 @@ // For more information, see https://fab.dev/kb/configuration { plugins: { - './src/server/languageRedirect.js': {}, '@fab/input-static': { dir: 'public' },