From 246acb5f2840aabc801269a9e088a7fab7f026c6 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Tue, 27 May 2025 21:02:28 +0200 Subject: [PATCH] chore: update embed colour --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index acf2704..cb193ba 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -14,7 +14,7 @@ export default defineNuxtConfig({ { property: 'og:url', content: 'https://gorb.app' }, { property: 'og:type', content: 'website' }, { property: 'og:site_name', content: 'Gorb' }, - { property: 'theme-color', content: "#c200c2" } + { property: 'theme-color', content: "#df5f0b" } ], link: [ { rel: "canonical", href: "https://gorb.app" },