We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68009b7 commit 47f481cCopy full SHA for 47f481c
1 file changed
src/blog.ts
@@ -69,7 +69,7 @@ export const blogEntryName = (blogPostEntry: CollectionEntry<"blog">) => {
69
70
// The URL/path for an entry, i.e. basically /posts/<name>
71
export const blogEntryPath = (blogPostEntry: CollectionEntry<"blog">) => {
72
- return `/posts/${blogEntryName(blogPostEntry)}`;
+ return `/posts/${blogEntryName(blogPostEntry)}/`;
73
};
74
75
// A (unique) transition name to be used for the post's image
0 commit comments