Skip to content

Commit

Permalink
docs: Update STANDALONE-ADVANCED-CONFIG.md
Browse files Browse the repository at this point in the history
Fix gramar
  • Loading branch information
cziegeler authored Sep 9, 2024
1 parent 98073a4 commit b9c81b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/STANDALONE-ADVANCED-CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this case, simply load the standalone script from the same domain and all RUM

Please note, that the origin you set, must route `/.rum/*` requests to `https://rum.hlx.page/.rum/*`

For more complex setups, a different option is to the global variable `window.RUM_BASE` before loading the script. All RUM requests will then use that domain.
For more complex setups, a different option is to set the global variable `window.RUM_BASE` before loading the script. All RUM requests will then use that domain.

E.g.
```javascript
Expand Down

0 comments on commit b9c81b3

Please sign in to comment.