You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The following ways to set config options are possible:
10
10
- Set **environment variables**, all options need a `SB_` prefix.
11
11
So you could for example set the catalog URL via the environment variable `SB_catalogUrl`.
12
12
- Optionally, you can also set options after the build, basically **at "runtime"**.
13
-
Enable this by removing the `<!--` and `-->` around the `<script defer="defer" src="./runtime-config.js"></script>` in the [`index.html`](../index.html).
13
+
Enable this by removing the `<!--RC` and `RC-->` around the `script` tag that loads the `runtime-config.js` in the [`index.html`](../index.html).
14
14
Then run the build procedure and after completion, you can fill the `dist/runtime-config.js` with any options that you want to customize.
0 commit comments