We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e19ef commit fcf62e8Copy full SHA for fcf62e8
1 file changed
src/components/NewPage.astro
@@ -80,8 +80,6 @@ const breadcrumbs = [
80
{ name: subjectLabel, url: subjectBaseUrl },
81
...(page !== "bac" ? [{ name: pageLabel, url: canonicalUrl }] : []),
82
];
83
-
84
-console.log(breadcrumbs)
85
---
86
87
<Layout
0 commit comments