Change the website title
Closed this issue · 4 comments
DavidMarom commented
YogeshJoshi10072000 commented
i think use <title></title> in every html page of your website
Sky-De commented
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
DavidMarom commented
Thanks, will try now
DavidMarom commented
It works, Thank you :)