-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
33 changed files
with
41,756 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.