DEV Community

Gündoğdu Yakıcı
Gündoğdu Yakıcı

Posted on

How to use metadata client-side? v13.2

Hello,
I have reviewed the documentation and the metadata works successfully. But on some pages I have to use "use client" and this method doesn't work. What can I do for this?

export const metadata = {
title: 'Login'
};

Top comments (0)