mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
remove analytics
This commit is contained in:
parent
c2fc453406
commit
88064f05c4
6 changed files with 1 additions and 48 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue