Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
umidullo committed Sep 13, 2023
1 parent b31daf5 commit 79cb06f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { Head, Html, Main, NextScript } from "next/document";
import Script from "next/script";

export default function Document() {
console.log(process.env.NEXT_PUBLIC_YANDEX_METRIKA);

return (
<Html>
<Head />
Expand Down

0 comments on commit 79cb06f

Please sign in to comment.