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