dev #868

Merged
ysCha merged 3 commits from dev into prd-deploy 2026-05-20 09:02:59 +09:00
Showing only changes of commit 35ba41a104 - Show all commits

View File

@ -19,9 +19,9 @@ export default function PageTracker() {
'background:#1e88e5;color:#fff;padding:2px 8px;border-radius:3px;font-weight:bold', 'background:#1e88e5;color:#fff;padding:2px 8px;border-radius:3px;font-weight:bold',
) )
if (typeof document !== 'undefined') { // if (typeof document !== 'undefined') {
document.title = `${pathname} · HANASYS DESIGN` // document.title = `${pathname} · HANASYS DESIGN`
} // }
}, [pathname]) }, [pathname])
return null return null