mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Add sitemap to build
This commit is contained in:
@@ -154,7 +154,7 @@ export function Generator({ lang, changeTitle, version, onChangeVersion }: Gener
|
||||
if (copyTimeout.current !== undefined) clearTimeout(copyTimeout.current)
|
||||
copyTimeout.current = setTimeout(() => {
|
||||
setCopyActive(false)
|
||||
}, 2000)
|
||||
}, 2000) as any
|
||||
}
|
||||
|
||||
const [previewShown, setPreviewShown] = useState(false)
|
||||
|
||||
Reference in New Issue
Block a user