You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a head function or object in the nuxt.config.js, it is only evaluated and taken into consideration on the first request / first page a user is visiting.
Hey 👋🏻
First of all, sorry for the long title 🙈
When defining a
head
function or object in thenuxt.config.js
, it is only evaluated and taken into consideration on the first request / first page a user is visiting.Reproduction: https://codesandbox.io/s/codesandboxnuxt-oqqsj
Steps:
tabindex="0"
on the bodytabindex="0"
is gone.--
Originally reported by @codeofsumit
The text was updated successfully, but these errors were encountered: