dev #866

Merged
ysCha merged 2 commits from dev into dev-deploy 2026-05-19 17:16:26 +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',
)
if (typeof document !== 'undefined') {
document.title = `${pathname} · HANASYS DESIGN`
}
// if (typeof document !== 'undefined') {
// document.title = `${pathname} · HANASYS DESIGN`
// }
}, [pathname])
return null