more changes

This commit is contained in:
2024-01-05 01:17:28 +01:00
parent 46d4d67c52
commit d926e5f254
22 changed files with 620 additions and 392 deletions

View File

@@ -1 +1,8 @@
<a href="/streams">lol</a>
<script>
import { goto } from '$app/navigation';
import { browser } from '$app/environment';
if (browser) {
goto('/streams/');
}
</script>