Redirect after 3 seconds
Answered
Samir posted this in #help-forum
SamirOP
Is there any way to redirect the server side page after like x seconds?
Answered by joulev
Just put it inside the page, render it as you would render a <div>
9 Replies
SamirOP
I think I should wrap my page in client component
@Samir Inside `generateMetadata` right?
Just put it inside the page, render it as you would render a <div>
Answer
SamirOP
oh yeah
The metadata api does not support all meta tags but rendering them directly in the page works
SamirOP
Thank you so much! It worked!!