Removed unused space

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

View File

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