Skip to content

Commit

Permalink
Remove unused leftovers from plausible
Browse files Browse the repository at this point in the history
We haven't used plausible analytics in years
  • Loading branch information
GarboMuffin committed Jul 24, 2024
1 parent 609a453 commit 3e0f285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ const makeWebsite = () => ({
'process.env.ENABLE_SERVICE_WORKER': JSON.stringify(process.env.ENABLE_SERVICE_WORKER),
'process.env.STANDALONE': JSON.stringify(isStandalone ? true : false),
'process.env.VERSION': JSON.stringify(version),
'process.env.PLAUSIBLE_API': JSON.stringify(process.env.PLAUSIBLE_API),
'process.env.PLAUSIBLE_DOMAIN': JSON.stringify(process.env.PLAUSIBLE_DOMAIN),
}),
new HtmlWebpackPlugin({
filename: 'index.html',
Expand Down

0 comments on commit 3e0f285

Please sign in to comment.