Fix plausible proxy implementation
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const withPWA = require('next-pwa')({
|
|||||||
|
|
||||||
const domains = process.env.NEXT_PUBLIC_DOMAINS_IMAGE.split(' ') || 'localhost'
|
const domains = process.env.NEXT_PUBLIC_DOMAINS_IMAGE.split(' ') || 'localhost'
|
||||||
|
|
||||||
module.exports = withPWA(withPlausibleProxy({
|
module.exports = withPlausibleProxy()(withPWA({
|
||||||
webpack: {
|
webpack: {
|
||||||
test: /\.svg$/,
|
test: /\.svg$/,
|
||||||
use: ['@svgr/webpack', 'url-loader'],
|
use: ['@svgr/webpack', 'url-loader'],
|
||||||
|
|||||||
Reference in New Issue
Block a user