Skip to content

Commit

Permalink
feat: remove unused statistics script
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Apr 30, 2024
1 parent 96c3d9f commit d097576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ export default function RootLayout({
return (
<html lang="en">
<head>
<script
defer
data-site="https://blvckleg.github.io/portfolio"
src="https://api.nepcha.com/js/nepcha-analytics.js"
></script>
<link rel="shortcut icon" href="/favicon.ico" type="image/png" />
</head>
<body className={roboto.className}>
Expand Down
1 change: 0 additions & 1 deletion src/app/portfolio/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use client';

import { Footer, Navbar } from "../../components";
import ContactForm from "./contact-form";
import Hero from "./hero";
import Projects from "./projects";
import Resume from "./resume";
Expand Down

0 comments on commit d097576

Please sign in to comment.