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
On a fresh nuxt app, with our module added, I tried using the site-config:resolve hook by following our docs https://nuxtseo.com/docs/site-config/api/nuxt-hooks.
site-config:resolve
But, I see type issues, and the hook doesn't seem to have siteConfig passed on. Please advise with the correct usage, thank you!
Git repo - https://github.com/TechAkayy/my-seo-app
In debug mode,
https://stackblitz.com/github/TechAkayy/my-seo-app
The hook site-config:resolve passed the siteConfig to update it.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 The bug
On a fresh nuxt app, with our module added, I tried using the
site-config:resolve
hook by following our docs https://nuxtseo.com/docs/site-config/api/nuxt-hooks.But, I see type issues, and the hook doesn't seem to have siteConfig passed on. Please advise with the correct usage, thank you!
Git repo - https://github.com/TechAkayy/my-seo-app
In debug mode,
🛠️ To reproduce
https://stackblitz.com/github/TechAkayy/my-seo-app
🌈 Expected behavior
The hook
site-config:resolve
passed the siteConfig to update it.ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: