chore: update tubro envs and removed plausible script
This commit is contained in:
parent
2a2c4921a7
commit
34c0e81d8e
3 changed files with 10 additions and 10 deletions
|
|
@ -86,9 +86,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
|||
</div>
|
||||
</AppProvider>
|
||||
</body>
|
||||
{process.env.VITE_PLAUSIBLE_DOMAIN && (
|
||||
<Script defer data-domain={process.env.VITE_PLAUSIBLE_DOMAIN} src="https://plausible.io/js/script.js" />
|
||||
)}
|
||||
{!!isSessionRecorderEnabled && process.env.VITE_SESSION_RECORDER_KEY && (
|
||||
<Script id="clarity-tracking">
|
||||
{`(function(c,l,a,r,i,t,y){
|
||||
|
|
|
|||
|
|
@ -68,9 +68,6 @@ export function Layout({ children }: { children: ReactNode }) {
|
|||
</div>
|
||||
</AppProvider>
|
||||
<Scripts />
|
||||
{process.env.VITE_PLAUSIBLE_DOMAIN && (
|
||||
<Script defer data-domain={process.env.VITE_PLAUSIBLE_DOMAIN} src="https://plausible.io/js/script.js" />
|
||||
)}
|
||||
{!!isSessionRecorderEnabled && process.env.VITE_SESSION_RECORDER_KEY && (
|
||||
<Script id="clarity-tracking">
|
||||
{`(function(c,l,a,r,i,t,y){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue