diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a0323f9..ce70422 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -23,7 +23,10 @@ const Footer: FC = () => { Jsem plátce DPH. Fyzická osoba zapsaná v živnostenském rejstříku v Karlových Varech (CZ0412) od 02.12.2019.

-

Tento web nepoužívá cookies.

+

+ Tento web nepoužívá cookies. Měření návšťěvnosti webu je zcela + anonymní a probíhá pouze na službě vlastníka webu. +

diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1663aa2..4e61f78 100755 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -6,12 +6,19 @@ import Contact from "../components/Contact"; import FullStory from "../components/FullStory"; import { NextSeo, WebPageJsonLd } from "next-seo"; import Head from "next/head"; +import Script from "next/script"; const date = new Date().toISOString(); const Home: NextPage = () => { return ( <> +