mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-05 15:31:14 +00:00
chore: update 404 page
This commit is contained in:
4
404.html
4
404.html
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
// Check if the current path is versioned, if not, redirect to the default versioned path
|
||||
const versions = ["0.19.x", "latest"]
|
||||
const defaultVersion = "latest"
|
||||
const versions = [ "stable"]
|
||||
const defaultVersion = "stable"
|
||||
const basePath = "/freqtrade/en"
|
||||
const targetRedirectPath = "404" // path to redirect to, relative to basePath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user