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 ae8fcdb commit 8e9f81eCopy full SHA for 8e9f81e
src/components/common/Metadata.astro
@@ -15,8 +15,6 @@ export interface Props extends MetaData {
15
dontUseTitleTemplate?: boolean;
16
}
17
18
-// Extract Astro.props for the page-specific data
19
20
const {
21
title,
22
ignoreTitleTemplate = false,
src/layouts/Layout.astro
@@ -23,8 +23,6 @@ export interface Props {
23
24
const { metadata = {} } = Astro.props;
25
const { language, textDirection } = I18N;
26
-console.log('This are the metadata ', metadata.openGraph?.images);
27
-console.log('This are the metadata ', metadata);
28
---
29
30
<!doctype html>
0 commit comments