Skip to content

Commit

Permalink
Fix #26 add umami
Browse files Browse the repository at this point in the history
  • Loading branch information
boly38 committed Oct 26, 2024
1 parent 692a98c commit ed7f474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ const config = {
plugins: [[ require.resolve('docusaurus-lunr-search'), {
languages: ['en', 'fr'] // language codes
}]],
scripts: [
{ src: "https://cloud.umami.is/script.js", async: true, "data-website-id": "b1eb5f43-f2b2-4fc9-a5bc-44549dddd65e" }
]
};

export default config;

0 comments on commit ed7f474

Please sign in to comment.