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.jsx
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,13 @@ import ErrorBoundary from "@/components/ErrorBoundary"
13
13
14
14
exportconstmetadata={
15
15
title: "SurveyWithCode - From Research to Reproducibility",
16
-
description: "SurveyWithCode is a curated platform that connects research survey papers with their corresponding implementations, codebases, and benchmarks. Designed for the AI and ML research community, it enables fast discovery of state-of-the-art summaries alongside practical code resources, accelerating understanding, comparison, and experimentation.",
16
+
description:
17
+
"SurveyWithCode is a curated platform that connects research survey papers with their corresponding implementations, codebases, and benchmarks. Designed for the AI and ML research community, it enables fast discovery of state-of-the-art summaries alongside practical code resources, accelerating understanding, comparison, and experimentation.",
18
+
icons: {
19
+
icon: "/favicon.ico",// for standard favicon
20
+
shortcut: "/favicon.ico",
21
+
apple: "/apple-touch-icon.png",
22
+
},
17
23
}
18
24
19
25
exportdefaultasyncfunctionRootLayout({ children }){
@@ -29,8 +35,16 @@ export default async function RootLayout({ children }) {
29
35
name="description"
30
36
content="SurveyWithCode is a curated platform that connects research survey papers with their corresponding implementations, codebases, and benchmarks. Designed for the AI and ML research community, it enables fast discovery of state-of-the-art summaries alongside practical code resources, accelerating understanding, comparison, and experimentation."
31
37
/>
38
+
32
39
<metaname="author"content="Survey With Code"/>
40
+
41
+
<metaname="theme-color"content="#ffffff"></meta>
33
42
<title>SurveyWithCode - From Research to Reproducibility</title>
0 commit comments