don't add history entry for initial redirect

This commit is contained in:
2024-01-20 04:37:50 +01:00
parent 30b979817a
commit 74701732ec

View File

@@ -3,7 +3,7 @@
import { browser } from '$app/environment';
if (browser) {
goto('/streams/');
goto('/streams/', { replaceState: true });
}
</script>