about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nuxt.config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 012a8ec..38bc72a 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -34,6 +34,16 @@ export default {
         property: 'og:image',
         content: `${BASE_URL}/assets/og/default.jpg`,
       },
+      {
+        hid: 'og:image:width',
+        property: 'og:image:width',
+        content: `1200`,
+      },
+      {
+        hid: 'og:image:height',
+        property: 'og:image:height',
+        content: `916`,
+      },
     ],
     link: [
       { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },