Skip to content

Commit

Permalink
chore: improve 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 20, 2024
1 parent 84260a8 commit 7bd4f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
@@ -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 = ["0.19.x", "stable"]
const defaultVersion = "stable"
const basePath = "/"
const targetRedirectPath = "404" // path to redirect to, relative to basePath

Expand Down

0 comments on commit 7bd4f9a

Please sign in to comment.