nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.13k stars 627 forks source link

fix: query url encoding #2848

Closed duswie closed 11 hours ago

duswie commented 17 hours ago

🔗 Linked issue

2845

❓ Type of change

📚 Description

Resolves #2845 by applying encodeURIComponent() to query param. I assume that this is not a breaking change?

📝 Checklist