chore: update 404 page
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// Check if the current path is versioned, if not, redirect to the default versioned path
|
// Check if the current path is versioned, if not, redirect to the default versioned path
|
||||||
const versions = ["stable"]
|
const versions = ["stable"]
|
||||||
const defaultVersion = "stable"
|
const defaultVersion = "stable"
|
||||||
const basePath = "freqtrade/en/"
|
const basePath = "en/"
|
||||||
const targetRedirectPath = "404" // path to redirect to, relative to basePath
|
const targetRedirectPath = "404" // path to redirect to, relative to basePath
|
||||||
|
|
||||||
// if path starts with version, redirect to versioned 404
|
// if path starts with version, redirect to versioned 404
|
||||||
|
|||||||
Reference in New Issue
Block a user