Skip to content

Commit

Permalink
Merge pull request #20 from sametcodes/develop
Browse files Browse the repository at this point in the history
ci: integrated vercel analytics
  • Loading branch information
sametcodes authored Mar 6, 2023
2 parents 7b81f26 + a755389 commit c36a771
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use client";
import "./globals.css";
import { SessionProvider } from "next-auth/react";
import { Analytics } from "@vercel/analytics/react";

export default function RootLayout({
children /* , session */,
Expand All @@ -16,6 +17,7 @@ export default function RootLayout({
</head>
<body>
<SessionProvider /* session={session} */>{children}</SessionProvider>
<Analytics />
</body>
</html>
);
Expand Down
15 changes: 15 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 @@ -18,6 +18,7 @@
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@vercel/analytics": "^0.1.11",
"next": "13.0.1",
"next-auth": "^4.19.0",
"react": "18.2.0",
Expand Down

1 comment on commit c36a771

@vercel
Copy link

@vercel vercel bot commented on c36a771 Mar 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

devstats – ./

devstats-app.vercel.app
devstats-sametcodes.vercel.app
devstats-git-main-sametcodes.vercel.app

Please sign in to comment.