File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,14 @@ export default createHandler(() => (
1010 < meta name = "viewport" content = "width=device-width, initial-scale=1" />
1111 < meta name = "theme-color" media = "(prefers-color-scheme: light)" content = "#fef6f9" />
1212 < meta name = "theme-color" media = "(prefers-color-scheme: dark)" content = "#100002" />
13- < meta property = "og:image" content = "/greg_in_frame_alt.webp" />
13+ < meta property = "og:image" content = "https://akkuma.github.io/greg_in_frame_alt.webp" />
14+ < meta property = "og:image:width" content = "660" />
15+ < meta property = "og:image:height" content = "739" />
1416 < meta property = "og:site_name" content = "Greg in Codeland" />
1517 < meta property = "og:locale" content = "en_US" />
1618 { /* <meta property="og:url" content="https://akkuma.github.io" /> */ }
17- < meta property = "twitter:creator" content = "AkkumaRyuujin" />
19+ < meta property = "twitter:site" content = "@AkkumaRyuujin" />
20+ < meta property = "twitter:creator" content = "@AkkumaRyuujin" />
1821 < link rel = "apple-touch-icon" sizes = "180x180" href = "/favicon/apple-touch-icon.png" />
1922 < link rel = "icon" href = "/favicon/favicon.ico" />
2023 < link rel = "icon" type = "image/png" sizes = "32x32" href = "/favicon/favicon-32x32.png" />
You can’t perform that action at this time.
0 commit comments