Skip to content

Commit

Permalink
docs: impoved configuration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Oct 31, 2024
1 parent 12611ba commit 4d8d7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.setup/2.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Client can also be configured using `runtimeConfig` or environment variables:
export default defineNuxtConfig({
openFetch: {
clients: {
pets: {}
pets: {} // The key should be specified as it is used to generate the client
}
},
runtimeConfig: {
Expand Down

0 comments on commit 4d8d7de

Please sign in to comment.