Skip to content

Commit 8b993ad

Browse files
committed
feat: Implement the main homepage with data fetching for articles and authors, SEO metadata, and integrated UI components.
1 parent ecb17d1 commit 8b993ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ export const metadata: Metadata = {
4040
"Simplified text documents about everything made on the L.A.P - tutorials youtube channel",
4141
images: "https://lap.onl/twitter-image.png",
4242
},
43+
alternates: {
44+
canonical: "https://lap.onl/",
45+
},
4346
};
4447

4548
type Article = {

0 commit comments

Comments
 (0)