timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.83k stars 2.05k forks source link

Is head.tsx still used? #739

Closed lucavallin closed 1 year ago

lucavallin commented 1 year ago

Is head.tsx still used? If I make a change there, nothing really happens. That file is also not mentioned in the Next.js documentation anymore, but I have seen comments online about it becoming deprecated.

It seems the same configuration is also present in the layout.tsx file.

timlrx commented 1 year ago

Sorry for the confusion. You are right that it is deprecated and not used in the template. Please modify the meta and link tags in layout.tsx or seo.tsx. I will delete it in the next PR.