DavidMarom/next-exp

Change the website title

Closed this issue · 4 comments

Image

How the hell do you change this ?? :)

i think use <title></title> in every html page of your website

Add

Header imported from next-open

<title>YOUR TITLE HERE</title>

Header imported from next-close

(Github filters header tag with syntax here )

to _app.js
Then all pages load with same title which you added here, however if you want you can add same thing to any page component with thier own title

Thanks, will try now

It works, Thank you :)