fix links

This commit is contained in:
tglide
2023-10-26 17:30:21 +01:00
parent d4269b05f6
commit 2597c45b41
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ export async function load() {
title: frontmatter.title,
framework: frontmatter.framework,
draft: frontmatter.draft,
href: `${base}/blog/post/${tutorialName}`
href: `${base}/docs/tutorials/${tutorialName}`
};
})
.sort((a, b) => {