-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Description
Environment
Reproduction
Go to the nuxt bridge documentation and read section about head property.
Describe the bug
Documentation is saying: In your nuxt.config, rename head to meta.. But the code snippet bellow shows something else. There is comparison between Nuxt 2 and Nuxt 3 and instead of renaming the option, it is showing moving head (without renaming), under app.
Additional context
It is really hard to follow the documentation since it is contradicting itself and there is no way of knowing which approach is correct.