@@ -12,13 +12,13 @@ What this setting does, when to change it, and risks.
1212</Tldr >
1313
1414::: caution
15- If applicable, add a short warning (for example: “ Changes require rebuilding the admin panel. Run ` yarn build ` or ` npm run build ` .\” ).
15+ If applicable, add a short warning (for example: " Changes require rebuilding the admin panel. Run ` yarn build ` or ` npm run build ` ." ).
1616:::
1717
1818## Location
1919- Base file(s): ` ./config/<area>.(js|ts) `
2020- Overrides: ` ./config/env/{environment}/<area>.(js|ts) `
21- - Related env vars: see “ Environment variables” .
21+ - Related env vars: see " Environment variables" .
2222
2323## Available options
2424Describe each option briefly in a table and add an example.
@@ -54,7 +54,7 @@ Show per‑environment overrides in JavaScript and TypeScript.
5454
5555<Tabs groupId =" js-ts " >
5656
57- <TabItem value =" javascript " label =" JavaScript " >
57+ <TabItem value =" js " label =" JavaScript " default >
5858
5959``` js title="/config/<area>.js"
6060module .exports = ({ env }) => ({
@@ -70,7 +70,7 @@ module.exports = ({ env }) => ({
7070
7171</TabItem >
7272
73- <TabItem value =" typescript " label =" TypeScript " >
73+ <TabItem value =" ts " label =" TypeScript " >
7474
7575``` ts title="/config/<area>.ts"
7676export default ({ env }) => ({
@@ -89,4 +89,4 @@ export default ({ env }) => ({
8989</Tabs >
9090
9191## Examples
92- Provide 1–2 common configurations with path‑hinted code fences.
92+ Provide 1–2 common configurations with path‑hinted code fences.
0 commit comments