Skip to content

Commit ec660d4

Browse files
JalenWasHereJalen Muller
authored andcommitted
Corrected the preview template path
1 parent 8c0ca89 commit ec660d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ When Storybook compiles your stories, it also prepares an HTML document where st
6464
To customize the iframe, you can override the preview template provided by the bundle:
6565
6666
```twig
67-
{# templates/bundles/@StorybookBundle/preview.html.twig #}
67+
{# templates/bundles/StorybookBundle/preview.html.twig #}
6868

6969
{% extends '@!Storybook/preview.html.twig' %}
7070

@@ -116,7 +116,7 @@ Symfony application.
116116
To use Storybook with a project that uses the [AssetMapper component](https://symfony.com/doc/current/frontend/asset_mapper.html), you need to render your importmap in the preview template:
117117

118118
```twig
119-
{# templates/bundles/@StorybookBundle/preview.html.twig #}
119+
{# templates/bundles/StorybookBundle/preview.html.twig #}
120120
121121
{% extends '@!Storybook/preview.html.twig' %}
122122

0 commit comments

Comments
 (0)