diff --git a/nuxt.config.ts b/nuxt.config.ts
index 54649b8..faf56fd 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -13,8 +13,7 @@ export default defineNuxtConfig({
// { property: 'og:image', content: 'missing' },
{ property: 'og:url', content: 'https://gorb.app' },
{ property: 'og:type', content: 'website' },
- { property: 'og:site_name', content: 'Gorb' },
- { property: 'theme-color', content: "#c200c2" }
+ { property: 'og:site_name', content: 'Gorb' }
]
}
}
diff --git a/pages/index.vue b/pages/index.vue
index c7eac12..5d53c22 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -15,13 +15,6 @@