Skip to content

Commit

Permalink
1.1.01 Analytics (#26) (#27)
Browse files Browse the repository at this point in the history
* 1.1.01   Analytics (#26)

* fix version (#25)

* fix version

* fix micromatch

* upgrade express

* Try Plausible Analytics

* 1.1.01   analytics (#28)

* fix version (#25)

* fix version

* fix micromatch

* upgrade express

* Try Plausible Analytics

* try for beta

* 1.1.01   analytics (#29)

* fix version (#25)

* fix version

* fix micromatch

* upgrade express

* Try Plausible Analytics

* try for beta

* add betaProd logic

* 1.1.01   analytics (#31)

* fix version (#25)

* fix version

* fix micromatch

* upgrade express

* Try Plausible Analytics

* try for beta

* add betaProd logic

* fix modenv
  • Loading branch information
fouille authored Sep 23, 2024
1 parent b48dee9 commit 48479be
Show file tree
Hide file tree
Showing 33 changed files with 41,756 additions and 58 deletions.
2 changes: 2 additions & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/lapetiteroute/js/script.js https://plausible.io/js/script.js 200
/lapetiteroute/api/event https://plausible.io/api/event 200
11 changes: 11 additions & 0 deletions head.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Créer une nouvelle balise script
const script = document.createElement('script');

// Définir les attributs de la balise script
script.defer = true; // Ajouter l'attribut defer
script.setAttribute('data-domain', 'wazo-plugin-deploy.netlify.app');
script.setAttribute('data-api', '/lapetiteroute/api/event');
script.src = '/lapetiteroute/js/script.js'; // Définir le chemin du fichier JavaScript

// Ajouter la balise script dans la section head
document.head.appendChild(script);
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tippy.js": "^6.3.7",
"webpack-auto-inject-version-next": "^1.2.4"
},
"version": "1.1.0",
"version": "1.1.01",
"description": "Wazo Plugin Deploy FMW",
"name": "wazo-plugin-deploy-fmw",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/assets/js/common_scripts.min.js

Large diffs are not rendered by default.

Empty file.
279 changes: 279 additions & 0 deletions public/assets/js/function.cdf6e6c7dbbd98536203.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48479be

Please sign in to comment.