Add initial documentation site. Co-authored-by: ambiguous48 <33713262+ambiguous48@users.noreply.github.com>
9 lines
140 B
Svelte
9 lines
140 B
Svelte
<script context="module" lang="ts">
|
|
export function load() {
|
|
return {
|
|
status: 302,
|
|
redirect: "docs",
|
|
};
|
|
}
|
|
</script>
|