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.45k stars 1.96k forks source link

Static deploy can't load site.webmanifest #970

Closed daklod2k3 closed 1 month ago

daklod2k3 commented 1 month ago

Describe the bug Can't load site.webmanifest when using static deploy. Vercel deploy is ok, but when using static build (Github Page in my case and this repo case) got wrong path like this image image

abernier commented 1 month ago

was able to reproduce on https://timlrx.github.io/tailwind-nextjs-starter-blog/

https://github.com/timlrx/tailwind-nextjs-starter-blog/pull/972 should fix this

abernier commented 1 month ago

PR has been merged, can you pull and close the issue if solved?

timlrx commented 1 month ago

Looks solved, closing the issue