Skip to content

Commit cfb0d9d

Browse files
authored
Fix Storybook Tugboat Alias (#8582)
1 parent 239bacd commit cfb0d9d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.storybook/403-error-document.j2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</head>
3939

4040
<body>
41-
<img class="hero" src="/.web/artur-pokusin-unsplash.jpg">
41+
<img class="hero" src="/.storybook/artur-pokusin-unsplash.jpg">
4242
<h1>Storybook not built yet</h1>
4343
<div class="container-info">
4444
<p>Storybook not built yet</p>

.tugboat/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ services:
154154
- j2 "${TUGBOAT_ROOT}/.tugboat/.env.j2" -o "${TUGBOAT_ROOT}/.env"
155155
# This command is shared by the clone and build stages, make sure to update both stages.
156156
- j2 "${TUGBOAT_ROOT}/.web/403-error-document.j2.html" -o "${TUGBOAT_ROOT}/.web/403-error-document.html"
157+
- j2 "${TUGBOAT_ROOT}/.storybook/403-error-document.j2.html" -o "${TUGBOAT_ROOT}/.storybook/403-error-document.html"
157158
- composer install
158159
- composer va:theme:compile
159160
- composer va:web:install
@@ -171,6 +172,7 @@ services:
171172

172173
# This command is shared by the clone and build stages, make sure to update both stages.
173174
- j2 "${TUGBOAT_ROOT}/.web/403-error-document.j2.html" -o "${TUGBOAT_ROOT}/.web/403-error-document.html"
175+
- j2 "${TUGBOAT_ROOT}/.storybook/403-error-document.j2.html" -o "${TUGBOAT_ROOT}/.storybook/403-error-document.html"
174176

175177
online:
176178
# Build the static version of storybook for displaying CMS design system

0 commit comments

Comments
 (0)