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
Hey, thanks for the issue. In terms of what's supported:
useSeoMeta: It's not possible to show any content that needs to be extracted from the HTML in dev. Found a bug with the prerendering currently investigating this.
Inline route rules: Within development Nitro does not return these so we can't use them, unfortunately. We should make an issue upstream to track.
Nuxt config route rules: Bug on home page, have pushed up a fix... Thanks!
🐛 The bug
lastmod
can be set using route rules, but it cannot be set usinguseSeoMeta
.lastmod
cannot be set for the root path even using route rules.lastmod
cannot be set usinguseSeoMeta
,defineRouteRules
, orrouteRules
.🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-h5dy6h?file=nuxt.config.ts
🌈 Expected behavior
articleModifiedTime
property ofuseSeoMeta
should also be able to setlastmod
in dev env.lastmod
in dev env.useSeoMeta
,defineRouteRules
, orrouteRules
should work to setlastmod
.ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: