remove analytics

This commit is contained in:
Kentai Radiquum 2025-05-29 15:12:53 +05:00
parent c2fc453406
commit 88064f05c4
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 1 additions and 48 deletions

View file

@ -1,4 +1,3 @@
const { withPlausibleProxy } = require("next-plausible");
const withFlowbiteReact = require("flowbite-react/plugin/nextjs");
/** @type {import('next').NextConfig} */
const NextConfig = {
@ -75,8 +74,6 @@ const NextConfig = {
},
};
const config = withPlausibleProxy({
customDomain: "https://analytics.wah.su",
})(withFlowbiteReact(NextConfig));
const config = withFlowbiteReact(NextConfig);
module.exports = config;