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