Skip to content

Commit

Permalink
chore: add plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
Innders committed Oct 18, 2024
1 parent 63ec695 commit 9b78eb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const config = {
stylesheets: [
"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200",
],

presets: [
[
"classic",
Expand Down Expand Up @@ -204,6 +205,13 @@ const config = {
],
"docusaurus-plugin-sass",
],
scripts: [
{
src: "https://plausible.io/js/script.js",
defer: true,
"data-domain": "ayon.ynput.io",
},
],
};

module.exports = config;

0 comments on commit 9b78eb4

Please sign in to comment.