diff --git a/astro.config.mjs b/astro.config.mjs index 8c3e9ef..826bd36 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -26,14 +26,37 @@ export default defineConfig({ baseUrl: "https://github.com/plinth-dev/docs/edit/main/", }, lastUpdated: true, - // og:image lands with the default OG card in Wave 4 once huashu-design - // produces /og-default.png. Until then no og:image is set (better than - // a 404'd image). head: [ { tag: "meta", attrs: { name: "theme-color", content: "#FBFBF9" }, }, + { + tag: "meta", + attrs: { + property: "og:image", + content: "https://plinth.run/og-default.png", + }, + }, + { + tag: "meta", + attrs: { property: "og:image:width", content: "1200" }, + }, + { + tag: "meta", + attrs: { property: "og:image:height", content: "630" }, + }, + { + tag: "meta", + attrs: { + name: "twitter:image", + content: "https://plinth.run/og-default.png", + }, + }, + { + tag: "meta", + attrs: { name: "twitter:card", content: "summary_large_image" }, + }, { tag: "link", attrs: { rel: "preconnect", href: "https://fonts.googleapis.com" }, diff --git a/public/explorer.html b/public/explorer.html deleted file mode 100644 index c80663e..0000000 --- a/public/explorer.html +++ /dev/null @@ -1,1877 +0,0 @@ - - -
- - -