Skip to content

Commit 6571229

Browse files
committed
docs: update reference to source dir
1 parent ceff3aa commit 6571229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.getting-started/03.configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const runtimeConfig = useRuntimeConfig()
100100

101101
## App Configuration
102102

103-
The `app.config.ts` file, located in the source directory (by default the root of the project), is used to expose public variables that can be determined at build time. Contrary to the `runtimeConfig` option, these cannot be overridden using environment variables.
103+
The `app.config.ts` file, located in the source directory (by default `app/`), is used to expose public variables that can be determined at build time. Contrary to the `runtimeConfig` option, these cannot be overridden using environment variables.
104104

105105
A minimal configuration file exports the `defineAppConfig` function containing an object with your configuration. The `defineAppConfig` helper is globally available without import.
106106

0 commit comments

Comments
 (0)