Fix plausible proxy implementation

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-10-27 07:02:02 +04:00
parent f069b60b37
commit 1f322acc09
+1 -1
View File
@@ -9,7 +9,7 @@ const withPWA = require('next-pwa')({
const domains = process.env.NEXT_PUBLIC_DOMAINS_IMAGE.split(' ') || 'localhost'
module.exports = withPWA(withPlausibleProxy({
module.exports = withPlausibleProxy()(withPWA({
webpack: {
test: /\.svg$/,
use: ['@svgr/webpack', 'url-loader'],