diff options
Diffstat (limited to 'nuxt.config.js')
-rw-r--r-- | nuxt.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 4ade6f8..e00db35 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -28,7 +28,7 @@ export default { { hid: 'og:image', name: 'og:image', - content: `${BASE_URL}/assets/og/default.png` + content: `${BASE_URL}/assets/og/default.jpg` } ], link: [ |