Skip to content

Commit 1162e3f

Browse files
adding no index for unfinished profiles
1 parent db43d67 commit 1162e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/dev/[username].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (fileData) {
3131
content = marked.parse(fileData);
3232
}
3333
34-
const noIndex = !('headline' in members_data[params.username])
34+
const noIndex = !("headline" in members_data[params.username]);
3535
---
3636

3737
<ProfileLayout profile={members_data[params.username]} activeTab="profile" pageTitle="Perfil" noIndex={noIndex}>

0 commit comments

Comments
 (0)