don't add history entry for initial redirect
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
import { browser } from '$app/environment';
|
import { browser } from '$app/environment';
|
||||||
|
|
||||||
if (browser) {
|
if (browser) {
|
||||||
goto('/streams/');
|
goto('/streams/', { replaceState: true });
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user