We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node v21.7.3 "@unhead/schema-org": "^1.9.16", "@unhead/ssr": "^1.9.16", "@unhead/vue": "^1.9.16", "express": "^4.19.2", "vue": "^3.4.38", "vue-router": "^4.4.3",
Create a page and a wildcard path using the following code:
{ path: '/:notFound(.*)', component: () => import('@/views/NotFound.vue'), }
Then, within the page NotFound add the useServerHead or useHead with the desired title.
NotFound
useServerHead
useHead
The wildcard page will take the place of the title and any other meta data given in useServerHead of other pages in SSR!
No response
The text was updated successfully, but these errors were encountered:
Hi, can you please provide a reproduction?
Sorry, something went wrong.
No branches or pull requests
Environment
Node v21.7.3
"@unhead/schema-org": "^1.9.16",
"@unhead/ssr": "^1.9.16",
"@unhead/vue": "^1.9.16",
"express": "^4.19.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
Reproduction
Create a page and a wildcard path using the following code:
Then, within the page
NotFound
add theuseServerHead
oruseHead
with the desired title.Describe the bug
The wildcard page will take the place of the title and any other meta data given in
useServerHead
of other pages in SSR!Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: