Remove unused leftovers from plausible

We haven't used plausible analytics in years
This commit is contained in:
Muffifn 2024-07-24 01:14:00 -05:00
parent 609a453774
commit 3e0f285aac

View File

@ -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',