탭에 path제거

This commit is contained in:
ysCha 2026-05-19 12:32:48 +09:00
parent e74604d3f9
commit 35ba41a104

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