mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-11 18:28:49 +01:00
Configure Plausible
This commit is contained in:
@@ -13,7 +13,9 @@ const nextConfig = {
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
const { withPlausibleProxy } = require('next-plausible')
|
||||
|
||||
module.exports = withPlausibleProxy()(nextConfig);
|
||||
|
||||
|
||||
// Injected content via Sentry wizard below
|
||||
|
||||
Reference in New Issue
Block a user