Skip to content

Commit

Permalink
docs: Fix broken link in remote section (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacwebb committed Apr 18, 2024
1 parent 427f46f commit c5fbcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/1.getting-started/4.remote-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default defineNuxtConfig({
```

::important
You should not use the `remote` option in your `nuxt.config` file in production if you are deploying your project to NuxtHub or Cloudflare Pages. Use it in production only when you are [connecting from other Nuxt projects](#other-nuxt-projects).
You should not use the `remote` option in your `nuxt.config` file in production if you are deploying your project to NuxtHub or Cloudflare Pages. Use it in production only when you are [connecting from external Nuxt projects](#external-nuxt-projects).
::

::note
Expand Down

0 comments on commit c5fbcc3

Please sign in to comment.