Describe the bug
Before v51.5.0, creating index.html allows set meta tags (for charset="utf-8",og:title or more), it's could not to do...
is it casused by #2096 ?
Minimal reproduction
Steps to reproduce the behavior:
- Run
npm create slidev@latest
- Add a frontmatter
seoMeta to set og:image like bellow
- Launch dev server with
npm run dev and open https://localhost:3030
- Open devtools with check
meta tag to broken encoding (like screenshot)
seoMeta:
ogTitle: マルチバイト文字のテスト
Environment
- Slidev version: v51.5.0
- Browser: Chrome
- OS: macOS
Describe the bug
Before v51.5.0, creating
index.htmlallows set meta tags (forcharset="utf-8",og:titleor more), it's could not to do...is it casused by #2096 ?
Minimal reproduction
Steps to reproduce the behavior:
npm create slidev@latestseoMetato setog:imagelike bellownpm run devand open https://localhost:3030metatag to broken encoding (like screenshot)Environment