chore: update 404 page

This commit is contained in:
Matthias 2024-08-20 20:56:31 +02:00
parent 88597f5081
commit 1972f1ecd0

View File

@ -1,7 +1,7 @@
<script> <script>
// 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 = ["0.19.x", "latest"] const versions = [ "stable"]
const defaultVersion = "latest" const defaultVersion = "stable"
const basePath = "/freqtrade/en" const basePath = "/freqtrade/en"
const targetRedirectPath = "404" // path to redirect to, relative to basePath const targetRedirectPath = "404" // path to redirect to, relative to basePath