Skip to content

Commit

Permalink
doc: add umami
Browse files Browse the repository at this point in the history
  • Loading branch information
batosai committed Oct 28, 2024
1 parent d6e3d68 commit ed6a84b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "ETL",
description: "Extract-transform-load for nodejs",
head: [
[
'script',
{
'defer': '',
'src': 'https://umami.jrmc.dev/script.js',
'data-website-id': '5d9cb199-6f32-4645-8cb6-3afb0afa8aa0',
},
],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down

0 comments on commit ed6a84b

Please sign in to comment.