Skip to content

Commit ea89d01

Browse files
committed
fix: SiteConfig instructions
1 parent 7c5191b commit ea89d01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

brand-sample/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ hooks.Filters.ENV_PATCHES.add_item(
105105

106106
### jsdeliver without Tutor
107107

108-
Within each MFE, configure its `env.config.js` to install this theme:
108+
Within each MFE, configure its `env.config.js[x]` to install this theme:
109109

110110
```js
111111
const config = {
@@ -124,7 +124,7 @@ const config = {
124124
export default config;
125125
```
126126

127-
If you are running a frontend-base site, configure its `env.config.js` to install this theme:
127+
If you are running a frontend-base site, add to the `SiteConfig` object in your `site.config.ts[x]`:
128128

129129
```tsx
130130
const siteConfig: SiteConfig = {

0 commit comments

Comments
 (0)