Configure Plausible

This commit is contained in:
Calli
2024-05-27 16:21:09 +03:00
parent d9562938be
commit 5d7b4d85d4
3 changed files with 7 additions and 13 deletions

View File

@@ -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