Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingwizard committed Dec 21, 2024
1 parent a9ee183 commit 596810b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 0 additions & 18 deletions index.html

This file was deleted.

18 changes: 18 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { Html, Head, Main, NextScript } from 'next/document';

export default function Document() {
return (
<Html lang="en">
<Head />
<body>
<Main />
<NextScript />
<script
defer
data-site-id="ide.usaco.guide"
src="https://assets.onedollarstats.com/tracker.js"
></script>
</body>
</Html>
);
}

0 comments on commit 596810b

Please sign in to comment.