Commit cfb0d9d 1 parent 239bacd commit cfb0d9d Copy full SHA for cfb0d9d
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 38
38
</ head >
39
39
40
40
< body >
41
- < img class ="hero " src ="/.web /artur-pokusin-unsplash.jpg ">
41
+ < img class ="hero " src ="/.storybook /artur-pokusin-unsplash.jpg ">
42
42
< h1 > Storybook not built yet</ h1 >
43
43
< div class ="container-info ">
44
44
< p > Storybook not built yet</ p >
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ services:
154
154
- j2 "${TUGBOAT_ROOT}/.tugboat/.env.j2" -o "${TUGBOAT_ROOT}/.env"
155
155
# This command is shared by the clone and build stages, make sure to update both stages.
156
156
- 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"
157
158
- composer install
158
159
- composer va:theme:compile
159
160
- composer va:web:install
@@ -171,6 +172,7 @@ services:
171
172
172
173
# This command is shared by the clone and build stages, make sure to update both stages.
173
174
- 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"
174
176
175
177
online :
176
178
# Build the static version of storybook for displaying CMS design system
You can’t perform that action at this time.
0 commit comments