mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
add missing quotes in code example
This commit is contained in:
parent
c661af316a
commit
74339c207a
@ -23,6 +23,6 @@ module.exports = {
|
||||
Then, set an environment variable in `.storybook/manager.js`
|
||||
|
||||
```
|
||||
window.STORYBOOK_GA_ID = UA-000000-01
|
||||
window.STORYBOOK_GA_ID = "UA-000000-01"
|
||||
window.STORYBOOK_REACT_GA_OPTIONS = {}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user