```js // .storybook/main.js module.exports = { previewHead: (head) => (` ${head} `); }; ```