seo update

This commit is contained in:
2026-04-08 11:01:53 +05:30
parent de7c1d5ad8
commit eefdf32aa8
16 changed files with 607 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ export default function LoginPage() {
useEffect(() => {
if (loading) return
if (user) navigate('/', { replace: true })
if (user) navigate('/write', { replace: true })
}, [user, loading, navigate])
async function handleGoogleSignIn() {