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
When I try to configure routerRules in the nuxt.config.ts file, it does not show me the references and dependencies.
routerRules
nuxt.config.ts
export default defineNuxtConfig({ ... routeRules: { '/**': { ssr: false }, }, ... });
https://stackblitz.com/edit/github-tk7sxe?file=nuxt.config.ts,components%2FChild%2FAlert%2FAlert.vue,components%2FChild%2FChildButton.vue
No response
The text was updated successfully, but these errors were encountered:
I have been experiencing the same.
Sorry, something went wrong.
No branches or pull requests
π The bug
When I try to configure
routerRules
in the nuxt.config.ts file, it does not show me the references and dependencies.nuxt.config.ts
π οΈ To reproduce
https://stackblitz.com/edit/github-tk7sxe?file=nuxt.config.ts,components%2FChild%2FAlert%2FAlert.vue,components%2FChild%2FChildButton.vue
π Expected behavior
βΉοΈ Additional context
No response
The text was updated successfully, but these errors were encountered: