redirect /docs to /docs/rules
This commit is contained in:
parent
9e574f08ee
commit
66162ea43c
1 changed files with 8 additions and 0 deletions
8
web/pw-server/src/routes/docs/index.svelte
Normal file
8
web/pw-server/src/routes/docs/index.svelte
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<script context="module">
|
||||||
|
export async function load() {
|
||||||
|
return {
|
||||||
|
status: 302,
|
||||||
|
redirect: "/docs/rules"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
Loading…
Reference in a new issue