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.92k stars 2.08k forks source link

Add decodeURI to ListLayoutWithTags #1012

Closed yanyao2333 closed 2 months ago

yanyao2333 commented 3 months ago

When the tag name is not in English, the original code will compare the UTF-8 encoded tag name with the original tag name, causing the tag to not be selected. This issue can be resolved by adding decodeURI.

vercel[bot] commented 3 months ago

@yanyao2333 is attempting to deploy a commit to the timlrx's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tailwind-nextjs-starter-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 12, 2024 1:48pm
timlrx commented 2 months ago

Thanks, looks good to me!