From 5344c39c50f0af54adeb2ee823bd6a729338a060 Mon Sep 17 00:00:00 2001 From: Alexander Steiner Date: Thu, 18 Dec 2025 14:14:21 +0100 Subject: [PATCH] PB-2144 Verify ownership to Google Search See the [Google Search Console help page](https://support.google.com/webmasters/answer/9008080#meta_tag_verification) for more info on how this HTML tag was generated. --- .vitepress/config.mts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 1732493..69b6946 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -35,6 +35,13 @@ export default defineConfig({ content: 'https://docs.geo.admin.ch/swisstopo_map_landscape.png', }, ], + [ + 'meta', + { + property: 'google-site-verification', + content: 'IuPnZ3S0PNfvJ3Qi-IHG36q2lQ5UIvdQ-7q0_jOVZb8', + }, + ], ], transformHead(ctx) { // adds dynamic og:title based on page title