about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nuxt.config.js5
-rw-r--r--static/assets/og/default.pngbin0 -> 99818 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 016f39f..703b6d3 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -22,6 +22,11 @@ export default {
       {
         name: 'google-site-verification',
         content: 'V9-RG4-ertDzO9hqxuG29PkDUM8PGqaSOYUMiMaGUOY'
+      },
+      {
+        hid: 'og:image',
+        name: 'og:image',
+        content: '/assets/og/default.png'
       }
     ],
     link: [
diff --git a/static/assets/og/default.png b/static/assets/og/default.png
new file mode 100644
index 0000000..ae66491
--- /dev/null
+++ b/static/assets/og/default.png
Binary files differ