about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-08-05 08:41:56 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-08-05 08:41:56 +0200
commitdee8eca27b8fb50cd0997e036fa64eae840adbbb (patch)
tree37f6c32ecf99ad42e6d2fd62683528e70c3226fc
parent1ea4088356f20929ae68adffb706231cc4a739e5 (diff)
downloadpuszcza-dee8eca27b8fb50cd0997e036fa64eae840adbbb.tar.gz
puszcza-dee8eca27b8fb50cd0997e036fa64eae840adbbb.zip
Change og image name
-rw-r--r--components/Posts/PostLink.vue2
-rw-r--r--nuxt.config.js2
-rw-r--r--static/assets/og/default_tree.jpg (renamed from static/assets/og/default.jpg)bin197221 -> 197221 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/components/Posts/PostLink.vue b/components/Posts/PostLink.vue
index b7bfab4..fa7dbcf 100644
--- a/components/Posts/PostLink.vue
+++ b/components/Posts/PostLink.vue
@@ -31,7 +31,7 @@ export default {
     image: {
       type: String,
       required: false,
-      default: '/assets/og/default.jpg',
+      default: '/assets/og/default-tree.jpg',
     },
   },
   computed: {
diff --git a/nuxt.config.js b/nuxt.config.js
index 7c63f0c..80e2ea3 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -32,7 +32,7 @@ export default {
       {
         hid: 'og:image',
         name: 'og:image',
-        content: `${BASE_URL}/assets/og/default.jpg`,
+        content: `${BASE_URL}/assets/og/default_tree.jpg`,
       },
     ],
     link: [
diff --git a/static/assets/og/default.jpg b/static/assets/og/default_tree.jpg
index 5aebb47..5aebb47 100644
--- a/static/assets/og/default.jpg
+++ b/static/assets/og/default_tree.jpg
Binary files differ