Skip to content

Commit cb0215b

Browse files
EdwardAngertEdwardAngert
authored andcommitted
umami
1 parent 07572e0 commit cb0215b

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import { defineConfig } from 'astro/config';
33
import starlight from '@astrojs/starlight';
44
import catppuccin from '@catppuccin/starlight';
5+
import umami from '@yeskunall/astro-umami';
56

67
// https://astro.build/config
78
export default defineConfig({
@@ -14,6 +15,9 @@ export default defineConfig({
1415
'/docs/contrib-pr': '/portfolio/contrib-pr',
1516
},
1617
integrations: [
18+
umami({
19+
id: 'e8f90c1a-a069-4ea9-9c70-eab1d6309b1b',
20+
}),
1721
starlight({
1822
title: 'Edward Angert',
1923
tagline: 'Technical writer, team leader, relationship-builder',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/starlight": "^0.35.2",
1414
"@catppuccin/starlight": "^1.0.1",
15+
"@yeskunall/astro-umami": "^0.0.6",
1516
"astro": "^5.6.1",
1617
"sharp": "^0.34.2"
1718
}

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)