diff --git a/nuxt.config.ts b/nuxt.config.ts
index faf56fd..54649b8 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -13,7 +13,8 @@ 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: 'og:site_name', content: 'Gorb' },
+ { property: 'theme-color', content: "#c200c2" }
]
}
}
diff --git a/pages/index.vue b/pages/index.vue
index 5d53c22..c7eac12 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -15,6 +15,13 @@