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

@ -7,7 +7,6 @@ import { useEffect, useState } from "react";
import { Button, Modal, ModalBody, ModalFooter, ModalHeader } from "flowbite-react";
import { Spinner } from "./components/Spinner/Spinner";
import { ChangelogModal } from "#/components/ChangelogModal/ChangelogModal";
import PlausibleProvider from "next-plausible";
import { Bounce, ToastContainer } from "react-toastify";
const inter = Inter({ subsets: ["latin"] });
@ -104,14 +103,6 @@ export const App = (props) => {
</Button>
</ModalFooter>
</Modal>
{preferencesStore.flags.enableAnalytics && (
<PlausibleProvider
domain="anix.wah.su"
trackLocalhost={false}
selfHosted={true}
enabled={true}
/>
)}
<ToastContainer
className={"mx-2 mb-20 sm:mb-0"}
position="bottom-center"