We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5191b commit ea89d01Copy full SHA for ea89d01
1 file changed
brand-sample/README.md
@@ -105,7 +105,7 @@ hooks.Filters.ENV_PATCHES.add_item(
105
106
### jsdeliver without Tutor
107
108
-Within each MFE, configure its `env.config.js` to install this theme:
+Within each MFE, configure its `env.config.js[x]` to install this theme:
109
110
```js
111
const config = {
@@ -124,7 +124,7 @@ const config = {
124
export default config;
125
```
126
127
-If you are running a frontend-base site, configure its `env.config.js` to install this theme:
+If you are running a frontend-base site, add to the `SiteConfig` object in your `site.config.ts[x]`:
128
129
```tsx
130
const siteConfig: SiteConfig = {
0 commit comments