Add back accidentally deleted next line

This commit is contained in:
Vincent (Wen Yu) Ge
2024-04-08 10:34:50 -04:00
committed by GitHub
parent 110d56ad9e
commit f92c229cef

View File

@@ -27,6 +27,7 @@ export async function load() {
.replace('/+page.markdoc', '')
.replace('/step-1', '');
const tutorialName = slug.slice(slug.lastIndexOf('/') + 1);
return {
title: frontmatter.title,
framework: frontmatter.framework,