From feeb7624d85ff516bbb3fb9b824f3a81764c5255 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sat, 14 Feb 2026 19:52:59 +0100 Subject: [PATCH] add simple analytics --- .vitepress/config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vitepress/config.js b/.vitepress/config.js index 27d846a..af58ebc 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -21,6 +21,14 @@ const defaultConfig = { ['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/favicon/apple-touch-icon.png' }], ['meta', { name: 'apple-mobile-web-app-title', content: 'CakePHP' }], ['link', { rel: 'manifest', href: '/favicon/site.webmanifest' }], + [ + 'script', + { + 'data-collect-dnt': 'true', + async: 'true', + src: 'https://scripts.simpleanalyticscdn.com/latest.js' + } + ] ], themeConfig: { logo: '/logo.svg',