Skip to content

Commit 59eb9bb

Browse files
committed
Apply pathPrefix to component links
1 parent 90a3180 commit 59eb9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permalink: /
1010
<h2>Component Library</h2>
1111
<ul>
1212
{%- for component in collections.component %}
13-
<li><a href="{{ component.url }}">{{ component.fileSlug }}</a></li>
13+
<li><a href="{{ component.url | url }}">{{ component.fileSlug }}</a></li>
1414
{%- endfor %}
1515
</ul>
1616
{% endblock %}

0 commit comments

Comments
 (0)