Skip to content

Commit 5cd3eef

Browse files
fix: properly formed guide URLs (#20)
1 parent 20931c4 commit 5cd3eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/collections/guides/guides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"layout": "layouts/guide",
3-
"permalink": "/{{ category }}/{{ title | slugify }}"
3+
"permalink": "/{{ category }}/{{ title | slugify }}/"
44
}

0 commit comments

Comments
 (0)