Skip to content

Commit

Permalink
feat: add umami analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzarbn committed Feb 24, 2024
1 parent 339efef commit f583746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f583746

Please sign in to comment.