Skip to content

Commit 3297d84

Browse files
committed
update docusaurus
1 parent f1453a9 commit 3297d84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/src/hooks/useDocumentTitle.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { useEffect } from 'react';
22

3+
/**
4+
* Update the document title dynamically based on hash and title
5+
*/
36
export const useDocumentTitle = (title: string) => {
47
useEffect(() => {
58
const handlePopstate = () => {

0 commit comments

Comments
 (0)