We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29877eb commit c3d247eCopy full SHA for c3d247e
src/pages/[locale]/sketches/[...slug].astro
@@ -9,7 +9,7 @@ export async function getStaticPaths() {
9
nonDefaultSupportedLocales.map(async (locale) => {
10
return sketches.map((sketch) => ({
11
params: { locale, slug: sketch.visualID },
12
- props: { authorName: sketch.fullname, title: sketch.title },
+ props: { authorName: sketch.fullname },
13
}));
14
})
15
);
0 commit comments