docs: remove space before colon (#25251)

This commit is contained in:
mustafa60x 2024-01-17 12:40:53 +03:00 committed by GitHub
parent cb3cf2b76f
commit a53ef190b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ const appConfig = useAppConfig()
As stated above, `runtimeConfig` and `app.config` are both used to expose variables to the rest of your application. To determine whether you should use one or the other, here are some guidelines:
- `runtimeConfig`: Private or public tokens that need to be specified after build using environment variables.
- `app.config` : Public tokens that are determined at build time, website configuration such as theme variant, title and any project config that are not sensitive.
- `app.config`: Public tokens that are determined at build time, website configuration such as theme variant, title and any project config that are not sensitive.
Feature | `runtimeConfig` | `app.config`
-------------------------------|------------------|-------------------