From 78e1b53baf8721cbac9bb3403744daf5486fe927 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 21 Aug 2024 06:47:07 +0200 Subject: [PATCH] chore: update 404 page --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index ecc9971b4..6fded4012 100644 --- a/404.html +++ b/404.html @@ -2,7 +2,7 @@ // Check if the current path is versioned, if not, redirect to the default versioned path const versions = ["stable"] const defaultVersion = "stable" - const basePath = "freqtrade/en/" + const basePath = "en/" const targetRedirectPath = "404" // path to redirect to, relative to basePath // if path starts with version, redirect to versioned 404