Skip to content

Commit

Permalink
Revert to traditional handler
Browse files Browse the repository at this point in the history
Signed-off-by: Little Human <[email protected]>
  • Loading branch information
Little Human committed Oct 12, 2022
1 parent f11b7fd commit f34c9b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Head from "next/head";
import Script from "next/script";
import TopBar from "../src/components/TopBar";
import HeadLine from "../src/components/Headline";
import Footer from "../src/components/Footer";
Expand Down Expand Up @@ -94,11 +93,12 @@ export default function Home() {
/>
{/* ==== Third Party Scripts ==== */}
{/* Analytics */}
<Script
strategy="lazyOnload"
<script
async
defer
data-website-id="267f834a-45d2-441f-a294-1fff774518d4"
src="https://analytics.kongkowitpku.xyz/mojok.js"
/>
src="https://analytics.kongkowitpku.xyz/analytics.js"
></script>
</Head>
<TopBar />
<HeadLine />
Expand Down

1 comment on commit f34c9b2

@vercel
Copy link

@vercel vercel bot commented on f34c9b2 Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.