From f58374675ec11e51206b7bfe31c433b89716f024 Mon Sep 17 00:00:00 2001 From: Aleksei Zarubin <12220926+alexzarbn@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:28:18 +0500 Subject: [PATCH] feat: add umami analytics --- docs/.vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 77890ab..103219a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -4,6 +4,11 @@ module.exports = { description: 'The simplest way to create REST API with Laravel', head: [ ['link', {rel: "shortcut icon", href: "/favicon.ico"}], + ['script', { + src: 'https://eu.umami.is/script.js', + 'data-website-id': '11e9ba57-1985-486a-ba09-4252f458d401', + 'defer': true + }], ], themeConfig: { repo: 'tailflow/laravel-orion',