Skip to content

Commit fd117c1

Browse files
committed
changed preview and page title
1 parent dfdbb8e commit fd117c1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: src/pages/index.astro

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ import Example from '../components/example.vue';
55
66
---
77

8-
<Layout title="Welcome to Astro.">
8+
<Layout title="Under Construction">
99
<main>
1010
<Example />
1111
</main>
1212
</Layout>
1313

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+
1422
<style></style>

0 commit comments

Comments
 (0)