From 1f322acc09d3ef613584ac7ac249d86f8442d160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 27 Oct 2022 07:02:02 +0400 Subject: [PATCH] Fix plausible proxy implementation --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index cd480c0..761823b 100644 --- a/next.config.js +++ b/next.config.js @@ -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'],