Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit d0dc1d9

Browse files
committed
fix: call withPlausibleProxy to initialize
1 parent 41785f7 commit d0dc1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { withPlausibleProxy } = require('next-plausible');
22
const { i18n } = require('./next-i18next.config');
33

4-
module.exports = withPlausibleProxy({
4+
module.exports = withPlausibleProxy()({
55
i18n,
66
});

0 commit comments

Comments
 (0)