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
7.43k stars 1.87k forks source link

Fixed Github Pages Typo #886

Closed yyexela closed 3 months ago

yyexela commented 3 months ago

Fixed a typo I found when deploying the page to GH Pages.

vercel[bot] commented 3 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @timlrx on Vercel.

@timlrx first needs to authorize it.

timlrx commented 3 months ago

Not a bug, I specify the absolute src path e.g. https://github.com/timlrx/tailwind-nextjs-starter-blog/blob/test-gh-pages-static/data/blog/pictures-of-canada.mdx?plain=1#L23 so the concatenation is correct as seen in the deployed example. But, if you are inconsistent with the / then yes, you might need to modify it accordingly.