Skip to content

Commit

Permalink
Fix ackee tracker (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke authored Dec 22, 2022
1 parent 54dc686 commit 656ff92
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
25 changes: 16 additions & 9 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ module.exports = {
favicon: "img/favicon.ico",
organizationName: "markuspoerschke", // Usually your GitHub org/user name.
projectName: "ical", // Usually your repo name.
headTags: [
{
tagName: "script",
attributes: {
async: "true",
src: "https://ackee.poerschke.nrw/tracker.js",
"data-ackee-server": "https://ackee.poerschke.nrw",
"data-ackee-domain-id": "23cbb93b-ce0b-4f58-bca4-6caa0bc939ee",
"data-ackee-opts": JSON.stringify({
detailed: true,
ignoreLocalhost: true,
ignoreOwnVisits: true,
}),
},
},
],
themeConfig: {
navbar: {
title: "eluceo/ical",
Expand Down Expand Up @@ -89,13 +105,4 @@ module.exports = {
},
],
],
plugins: [
[
"docusaurus-plugin-ackee",
{
domainId: "23cbb93b-ce0b-4f58-bca4-6caa0bc939ee",
server: "https://ackee.poerschke.nrw",
},
],
],
};
1 change: 0 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@docusaurus/preset-classic": "^2.0.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-plugin-ackee": "^0.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
5 changes: 0 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3406,11 +3406,6 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"

docusaurus-plugin-ackee@^0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-ackee/-/docusaurus-plugin-ackee-0.0.0.tgz#0886c6934e02fbcab9d0ed9ec01d90480b6b8fdf"
integrity sha512-ORsNPBJ/5jm49kuL9PLR9JgHDnwhwhqOlF7iFr2GDxElSHDJM6Lc3Pz0FaZSqbG9MNy4d0CYzwCZlJjlBW15ZA==

dom-converter@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
Expand Down

0 comments on commit 656ff92

Please sign in to comment.