Skip to content

Commit d0bdc0a

Browse files
authored
Fix formatting in [slug].astro file
1 parent b3cf7a4 commit d0bdc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/notes/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Layout from '../../layouts/Layout.astro';
66
77
export const getStaticPaths = async () => {
88
const notes = await getCollection("notes");
9-
const paths = notes.map(note => {
9+
const paths = notes. map(note => {
1010
return {
1111
params: {
1212
slug: note.slug

0 commit comments

Comments
 (0)