Skip to content

Commit

Permalink
new stats
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 23, 2023
1 parent 83508c8 commit 4947262
Show file tree
Hide file tree
Showing 4 changed files with 404 additions and 288 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const meta = {
color: '#eeee22',
mediaFolder: 'media_files', //where are the media files generated by `vitepress-pages/media` located
// add it if you use [umami](https://umami.is/) for stats
umamiId: "78d67b86-8879-4563-9052-6369f93c872c",
umamiScript: "https://stats.defucc.me/umami.js"
umamiId: "e000c0f7-e9d2-4e22-be71-901889d68a9d",
umamiScript: "https://stat.defucc.me/script.js"
};

import { defineConfig } from "vitepress";
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@
"serve": "vitepress serve --port 5050"
},
"dependencies": {
"@unocss/reset": "0.56.4",
"@vueuse/core": "10.4.1",
"@unocss/reset": "0.56.5",
"@vueuse/core": "10.5.0",
"vitepress-pages": "2.0.1",
"vue": "^3.3.4"
"vue": "^3.3.6"
},
"devDependencies": {
"@iconify/json": "^2.2.122",
"@unocss/extractor-pug": "^0.56.4",
"@vue/language-plugin-pug": "1.8.15",
"@iconify/json": "^2.2.131",
"@unocss/extractor-pug": "^0.56.5",
"@vue/language-plugin-pug": "1.8.19",
"markdown-it-container": "^3.0.0",
"markdown-it-custom-short-codes": "^1.0.1",
"markdown-it-external-links": "^0.0.6",
"markdown-it-sup": "^1.0.0",
"pug": "3.0.2",
"sitemap": "^7.1.1",
"unocss": "^0.56.4",
"unocss": "^0.56.5",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-icons": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "4.4.9",
"vite": "4.5.0",
"vite-svg-loader": "^4.0.0",
"vitepress": "1.0.0-rc.20"
"vitepress": "1.0.0-rc.22"
}
}
Loading

0 comments on commit 4947262

Please sign in to comment.