Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render meta tags when ssr: false #14259

Closed
jvrsolis opened this issue Jul 5, 2022 · 1 comment
Closed

render meta tags when ssr: false #14259

jvrsolis opened this issue Jul 5, 2022 · 1 comment

Comments

@jvrsolis
Copy link

jvrsolis commented Jul 5, 2022

Environment


  • Operating System: Darwin
  • Node Version: v17.9.0
  • Nuxt Version: 3.0.0-rc.4
  • Package Manager: npm@8.8.0
  • Builder: vite
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

Reproduction

using any default app run nuxi generate no utf meta tag is present

Describe the bug

Currently when using ionic (for ios development with nuxt) running nuxi generate does not add a default charset meta tag.

It seems there should at the least be a default. Some non standard class names such as those with a $ will cause a blank screen to show when outputting to ios.

Also noting, safari on the mac will also only show a blanks screen.

Chrome however injects or assumes a utf-8 charset by default so this issue is not present there.

Additional context

No response

Logs

No response

@danielroe
Copy link
Member

let's track in #14172.

@danielroe danielroe changed the title Set utf-8 as default render meta tags when ssr: false Jul 6, 2022
@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants