Skip to content

Commit

Permalink
Add redirect to latest docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgossiaux committed Jun 11, 2023
1 parent f74da30 commit 3f7f738
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/docs/index.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<script context="module" lang="ts">
export function load() {
return {
status: 302,
redirect: "docs/latest",
};
}
</script>

0 comments on commit 3f7f738

Please sign in to comment.