feat: enhance page titles and link previews for improved user experience and sharing capabilities
This commit is contained in:
@@ -91,6 +91,10 @@ export default function RealtimePage() {
|
||||
}
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
if (site?.domain) document.title = `Realtime · ${site.domain} | Pulse`
|
||||
}, [site?.domain])
|
||||
|
||||
const showSkeleton = useMinimumLoading(loading)
|
||||
|
||||
if (showSkeleton) return <RealtimeSkeleton />
|
||||
|
||||
Reference in New Issue
Block a user