diff --git a/app/(pages)/explorer/page.tsx b/app/(pages)/explorer/page.tsx index 5290a17..80ddbcf 100644 --- a/app/(pages)/explorer/page.tsx +++ b/app/(pages)/explorer/page.tsx @@ -72,11 +72,13 @@ export default function Page() { throw err; }); - document.title = "Ferrum - "+ explorer.stringifyPath(); - explorer.clearCurrentViewing(); }, []); + useEffect(() => { + document.title = "Ferrum - "+ explorer.stringifyPath(); + }, [explorer]); + useDetectCookie(); return (