From 5fc82fadd562ca49a2dff42fea060d11f74e4898 Mon Sep 17 00:00:00 2001 From: andrekisi Date: Tue, 9 Jun 2020 11:22:14 +0200 Subject: [PATCH] docs: mention env vars in custom head/body --- docs/src/pages/configurations/add-custom-body/index.md | 2 +- docs/src/pages/configurations/add-custom-head-tags/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/configurations/add-custom-body/index.md b/docs/src/pages/configurations/add-custom-body/index.md index 9fe4baea6dd..371a868d413 100644 --- a/docs/src/pages/configurations/add-custom-body/index.md +++ b/docs/src/pages/configurations/add-custom-body/index.md @@ -21,7 +21,7 @@ If using relative sizing in your project (like `rem` or `em`), you may update th ``` -That's it. Storybook will inject these tags to html body. +That’s it. Storybook will inject these tags to the html body. It is also possible to use [environment variables](https://storybook.js.org/docs/configurations/env-vars/#usage-in-custom-headbody). > **Important** > diff --git a/docs/src/pages/configurations/add-custom-head-tags/index.md b/docs/src/pages/configurations/add-custom-head-tags/index.md index 3e8d1189a7e..089a9f9c5ed 100644 --- a/docs/src/pages/configurations/add-custom-head-tags/index.md +++ b/docs/src/pages/configurations/add-custom-head-tags/index.md @@ -12,7 +12,7 @@ You can accomplish this by creating a file called `preview-head.html` inside the ``` -That's it. Storybook will inject these tags. +That's it. Storybook will inject these tags. It is also possible to use [environment variables](https://storybook.js.org/docs/configurations/env-vars/#usage-in-custom-headbody). > **Important** >