fix(ci): use .html
This commit is contained in:
parent
63fc4373b2
commit
b81f0fa3c4
3 changed files with 5 additions and 6 deletions
|
|
@ -152,7 +152,7 @@ Object.keys(postsByCategory).forEach((category) => {
|
|||
.pop()
|
||||
.replace(/\.mdx?$/, "");
|
||||
|
||||
link.href = `/posts/${topic}/${slug}/`;
|
||||
link.href = `/posts/${topic}/${slug}.html`;
|
||||
link.textContent = post.data.title;
|
||||
link.style.textDecoration = "underline";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue