Skip to content

Commit

Permalink
feat: remove analytics (fix #97)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 23, 2023
1 parent 3966e12 commit baf96d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion src/_includes/partials/head-matter.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@

{% uioScripts %}
<script defer src="/assets{{ assets['/scripts/app.js'] }}"></script>
<script defer src="/assets{{ assets['/scripts/matomo.js'] }}"></script>
17 changes: 0 additions & 17 deletions src/assets/scripts/matomo.js

This file was deleted.

1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ mix.setPublicPath("dist/assets");

// Process JavaScript with Babel.
mix.js("./src/assets/scripts/app.js", "dist/assets/scripts");
mix.js("./src/assets/scripts/matomo.js", "dist/assets/scripts");

// Compile Stylus and process with PostCSS.
mix.postCss("./src/assets/styles/app.css", "dist/assets/styles");
Expand Down

0 comments on commit baf96d0

Please sign in to comment.