more changes
This commit is contained in:
@@ -1 +1,8 @@
|
||||
<a href="/streams">lol</a>
|
||||
<script>
|
||||
import { goto } from '$app/navigation';
|
||||
import { browser } from '$app/environment';
|
||||
|
||||
if (browser) {
|
||||
goto('/streams/');
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user