From 481e346136f7ca4eaaa577c5e2245ddf4afa6698 Mon Sep 17 00:00:00 2001 From: Sudo-Self Date: Tue, 16 Jul 2024 23:30:24 -0600 Subject: [PATCH] Update App.vue This pull request addresses the following changes: - Corrected the typo `poperty` to `property` in the meta tags within the main Vue component. - Ensured all imported components are correctly used. - Maintained the existing styling. These changes ensure the Open Graph meta tags are properly set, improving SEO and social media integration. --- src/App.vue | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/App.vue b/src/App.vue index aefa846..2c2296d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,5 @@