Skip to content

Commit c3d247e

Browse files
clairep94ksen0
authored andcommitted
cleanup
1 parent 29877eb commit c3d247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[locale]/sketches/[...slug].astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export async function getStaticPaths() {
99
nonDefaultSupportedLocales.map(async (locale) => {
1010
return sketches.map((sketch) => ({
1111
params: { locale, slug: sketch.visualID },
12-
props: { authorName: sketch.fullname, title: sketch.title },
12+
props: { authorName: sketch.fullname },
1313
}));
1414
})
1515
);

0 commit comments

Comments
 (0)