You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/layout.tsx
+59-2Lines changed: 59 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,68 @@ import '../styles/output.css';
2
2
importtype{Metadata}from'next';
3
3
importtype{ReactNode}from'react';
4
4
5
+
import{siteUrl}from'../src/utils/const';
6
+
5
7
exportconstmetadata: Metadata={
6
-
title: 'github-stats',
7
-
description: 'All stats for developers',
8
+
metadataBase: newURL(siteUrl),
9
+
title: {
10
+
default: 'GitHub Stats - Developer Power Meter',
11
+
template: '%s | GitHub Stats',
12
+
},
13
+
description:
14
+
'Analyze your GitHub contributions and showcase your developer stats. Get detailed insights into your coding activity, contributions, and achievements.',
0 commit comments