docs: fix path of nuxt config (#8021)

This commit is contained in:
Barbapapazes 2022-10-06 17:59:35 +02:00 committed by GitHub
parent 2310adbf5e
commit 9d7871f4f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ export default defineNuxtConfig({
To ensure your configuration is up to date, Nuxt will make a full restart when detecting changes in the main configuration file, the `.env`, `.nuxtignore` and `.nuxtrc` dotfiles.
::ReadMore{link="/api/configuration/nuxt.config"}
::ReadMore{link="/api/configuration/nuxt-config"}
::