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.
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.
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.
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.