Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martian0x80 committed May 18, 2024
1 parent d758ada commit 56ca8de
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import "./globals.css";
import React from "react";
import {FloatingNav} from "@/components/ui/navbar/FloatingNavbar";
import {SpeedInsights} from "@vercel/speed-insights/next"
import { Analytics } from "@vercel/analytics/react"
import {cn} from "@/lib/utils";
import axios from "axios";
import {LoaderProvider} from "@/app/lib/LoaderContext";
Expand Down Expand Up @@ -83,6 +84,7 @@ export default function RootLayout(
</div>

<SpeedInsights/>
<Analytics/>

</MUIThemeProvider>
</ThemeProvider>
Expand Down
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export default function Page() {
<object type="image/svg+xml"
data="https://gh-card.dev/repos/martian0x80/IPUSenpaiBackend.svg?fullname=&link_target=_blank"></object>
</div>

{/*
<div className={"grid grid-auto-rows grid-auto-cols !w-full"}>
<a href="https://github.com/martian0x80" target="_blank" rel="noreferrer">
Expand All @@ -499,7 +499,7 @@ export default function Page() {
/>
</a>
</div>
</div> */}

<Divider className={"my-6 py-5"} variant="middle"/>

Expand Down
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
User-agent: *
Disallow: /
Disallow: /

0 comments on commit 56ca8de

Please sign in to comment.