From dee8eca27b8fb50cd0997e036fa64eae840adbbb Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Wed, 5 Aug 2020 08:41:56 +0200 Subject: Change og image name --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuxt.config.js') 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: [ -- cgit 1.4.1