diff --git a/docs/pages/configurations/add-custom-head-tags/index.md b/docs/pages/configurations/add-custom-head-tags/index.md
index 6cae4180c759..915c2e114b89 100644
--- a/docs/pages/configurations/add-custom-head-tags/index.md
+++ b/docs/pages/configurations/add-custom-head-tags/index.md
@@ -5,11 +5,12 @@ title: 'Add Custom Head Tags'
Sometimes, you may need to add different tags to the HTML head. This is useful for adding web fonts or some external scripts.
-You can do this very easily. Simply create a file called `preview-head.html` inside the Storybook config directory and add tags like this:
+You can do this very easily. Simply create a file called `head.html` inside the Storybook config directory and add tags like this:
```html
+
```
That's it. Storybook will inject these tags.