We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdbb8e commit fd117c1Copy full SHA for fd117c1
src/pages/index.astro
@@ -5,10 +5,18 @@ import Example from '../components/example.vue';
5
6
---
7
8
-<Layout title="Welcome to Astro.">
+<Layout title="Under Construction">
9
<main>
10
<Example />
11
</main>
12
</Layout>
13
14
+<head>
15
+ <meta property="og:title" content="Under Construction" />
16
+ <meta property="og:description" content="More content coming soon!" />
17
+ <!-- <meta property="og:image" content="https://niposch.github.io/og-image.png" />
18
+ <meta property="og:url" content="https://niposch.de" /> -->
19
+ <meta property="og:type" content="website" />
20
+</head>
21
+
22
<style></style>
0 commit comments