Skip to content

Commit fcf9f83

Browse files
author
Daniel Morse
committed
fix: fix broken image paths in docs
1 parent 5c65ae7 commit fcf9f83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-site/src/pages/pattern-lab/_patterns/02-components/figure/10-figure-media-variations.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% include "@bolt-components-figure/figure.twig" with {
33
media: {
44
image: {
5-
src: "/pattern-lab/images/placeholders/landscape-16x9-mountains.jpg",
5+
src: "/images/placeholders/landscape-16x9-mountains.jpg",
66
lazyload: false,
77
},
88
},

docs-site/src/pages/pattern-lab/_patterns/02-components/figure/15-figure-with-web-component.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
{% set figure_web_component_demo %}
1313
<bolt-figure>
14-
<img src="/pattern-lab/images/placeholders/landscape-16x9-mountains.jpg" slot="media" />
14+
<img src="/images/placeholders/landscape-16x9-mountains.jpg" slot="media" />
1515
This is a caption. Lorem ipsum <em>dolor sit amet</em>, consectetur adipiscing elit <a href="#">text link</a>.
1616
</bolt-figure>
1717
{% endset %}

0 commit comments

Comments
 (0)