File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ import { defineConfig } from "vitepress";
4
4
export default defineConfig ( {
5
5
title : "DOM-Preview" ,
6
6
description : "A tool for visualizing your component tests" ,
7
- head : [ [ "link" , { rel : "icon" , href : "/favicon.svg" } ] ] ,
7
+ head : [
8
+ [ "link" , { rel : "icon" , href : "/favicon.svg" } ] ,
9
+ [
10
+ "script" ,
11
+ {
12
+ defer : true ,
13
+ "data-domain" : "dom-preview.knappi.org" ,
14
+ src : "https://plausible.io/js/script.js" ,
15
+ } ,
16
+ ] ,
17
+ ] ,
8
18
themeConfig : {
9
19
logo : "/images/logo.svg" ,
10
20
// https://vitepress.dev/reference/default-theme-config
@@ -26,9 +36,7 @@ export default defineConfig({
26
36
} ,
27
37
{
28
38
text : "Impress" ,
29
- items : [
30
- { text : "Impress" , link : "/impress" } ,
31
- ] ,
39
+ items : [ { text : "Impress" , link : "/impress" } ] ,
32
40
} ,
33
41
] ,
34
42
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This page does not use cookies to track visitors. I use <a href="https://plausib
20
20
Plausible does not use cookies und and does not collect personal data.
21
21
22
22
- <a href =" https://plausible.io/privacy-focused-web-analytics " >Blog post</a > about privacy guidelines of Plausible.io
23
- - <a href =" https://plausible.io/aikido-exam .knappi.org/ " >The public tracking dashboard</a > shows the collected data.
23
+ - <a href =" https://plausible.io/dom-preview .knappi.org/ " >The public tracking dashboard</a > shows the collected data.
24
24
25
25
# GitHub Pages Service
26
26
You can’t perform that action at this time.
0 commit comments