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 3cc378b commit b94ab89Copy full SHA for b94ab89
2 files changed
apps/pyconkr-2026/index.html
@@ -22,6 +22,14 @@
22
<!-- https://developers.google.com/web/fundamentals/web-app-manifest/ -->
23
<link rel="manifest" href="/site.webmanifest" />
24
25
+ <meta property="og:url" content="https://2026.pycon.kr" />
26
+ <meta property="og:title" content="PyCon Korea 2026" />
27
+ <meta property="og:image" content="slogan_logo.png" />
28
+ <meta property="og:description" content="PyCon Korea 2026" />
29
+ <meta property="og:site_name" content="PyCon Korea 2026" />
30
+ <meta property="og:locale" content="ko_KR" />
31
+ <meta property="og:type" content="website" />
32
+
33
<meta
34
name="viewport"
35
content="width=device-width,
apps/pyconkr-2026/public/slogan_logo.png
2.55 MB
0 commit comments