Skip to content

Commit

Permalink
Merge pull request #13 from KSET/develop
Browse files Browse the repository at this point in the history
Add quick and dirty analytics script
  • Loading branch information
Allypost committed Jan 9, 2024
2 parents d865ede + 6cfe1c9 commit f466d81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import { type AppContext, type AppType } from "next/app";
import NextApp from "next/app";
import Head from "next/head";
import Script from "next/script";
import { type Session } from "next-auth";
import { SessionProvider } from "next-auth/react";
import { DefaultSeo } from "next-seo";
Expand Down Expand Up @@ -54,6 +55,14 @@ const MyApp: AppType<{
<meta content="10000" property="og:postal-code" />
<meta content="Croatia" property="og:country-name" />
</Head>
<Script
async
defer
crossOrigin="anonymous"
data-api="/pevts/api/event"
data-domain="novi.kset.org"
src="/pevts/js/script.outbound-links.js"
/>
<DefaultSeo
description="Klub studenata elektrotehnike, poznatiji kao KSET je zagrebački klub i okupljalište studenata Fakulteta elektrotehnike i računarstva (FER)."
title="Klub studenata elektrotehnike"
Expand Down

0 comments on commit f466d81

Please sign in to comment.