docs: mention config file name before code block (#19634)

This commit is contained in:
Joff Tiquez 2023-03-13 19:15:02 +08:00 committed by GitHub
parent e42d63a25a
commit 31445c1ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ Nuxt exposes every auto-import with the `#imports` alias that can be used to mak
## Disable Auto-imports
In case you want to disable auto-imports, you can set `imports.autoImport` to `false`.
In case you want to disable auto-imports, you can set `imports.autoImport` to `false` in your `nuxt.config.ts`.
```ts [nuxt.config.ts]
export default defineNuxtConfig({