We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db43d67 commit 1162e3fCopy full SHA for 1162e3f
src/pages/dev/[username].astro
@@ -31,7 +31,7 @@ if (fileData) {
31
content = marked.parse(fileData);
32
}
33
34
-const noIndex = !('headline' in members_data[params.username])
+const noIndex = !("headline" in members_data[params.username]);
35
---
36
37
<ProfileLayout profile={members_data[params.username]} activeTab="profile" pageTitle="Perfil" noIndex={noIndex}>
0 commit comments