From c8f11403145a3e7c37dd4e1a8b1cddecc88d4eda Mon Sep 17 00:00:00 2001 From: loicmaes <97891718+loicmaes@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:42:08 +0200 Subject: [PATCH 1/2] :rocket: add google search console property --- public/google62570d724aa16c6a.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/google62570d724aa16c6a.html diff --git a/public/google62570d724aa16c6a.html b/public/google62570d724aa16c6a.html new file mode 100644 index 0000000..a0f3757 --- /dev/null +++ b/public/google62570d724aa16c6a.html @@ -0,0 +1 @@ +google-site-verification: google62570d724aa16c6a.html From 726e67c58065ded979ba01a00c0b87ba83184f6b Mon Sep 17 00:00:00 2001 From: loicmaes <97891718+loicmaes@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:42:57 +0200 Subject: [PATCH 2/2] :wrench: add google verification meta tag --- nuxt.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index d773baf..4783e1d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -15,6 +15,12 @@ export default defineNuxtConfig({ devtools: { enabled: true }, app: { head: { + meta: [ + { + name: "google-site-verification", + content: "O-qdjeRNhcsgyJrRu3qCaLn2uQmvPjMGAFkItaI6Cek", + }, + ], link: [ { rel: "icon",