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 a8b3212 commit 39667ebCopy full SHA for 39667eb
src/components/RSSButton.astro
@@ -16,7 +16,6 @@ const props = z
16
);
17
18
const input = props.parse(Astro.props);
19
-console.log(input);
20
---
21
22
<a
0 commit comments