From d7f8f9c911df843875b38a1d8dfa490c53a26ebd Mon Sep 17 00:00:00 2001 From: HugoRCD Date: Wed, 30 Oct 2024 17:14:07 +0100 Subject: [PATCH] update og path --- apps/shelve/app/pages/vault.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/shelve/app/pages/vault.vue b/apps/shelve/app/pages/vault.vue index 15597cbc..8b1c201e 100644 --- a/apps/shelve/app/pages/vault.vue +++ b/apps/shelve/app/pages/vault.vue @@ -10,7 +10,7 @@ useSeoMeta({ ogTitle: 'Vault by Shelve - Share Secrets Securely', ogDescription: 'Securely share sensitive data with customizable expiration and read limits. No account needed.', - ogImage: '/vault-social-preview.jpg', + ogImage: 'https://shelve.hrcd.fr/vault-social-preview.jpg', ogUrl: 'https://shelve.hrcd.fr/vault', ogType: 'website', ogSiteName: 'Shelve', @@ -18,7 +18,7 @@ useSeoMeta({ twitterTitle: 'Vault by Shelve - Secure Secret Sharing', twitterDescription: 'Share sensitive data securely with expiration time and read limits.', twitterCard: 'summary_large_image', - twitterImage: '/vault-social-preview.jpg', + twitterImage: 'https://shelve.hrcd.fr/vault-social-preview.jpg', author: 'Hugo Richard', })