Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
amine250 committed Oct 25, 2024
1 parent a5709d6 commit ab09af5
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@ const geistMono = localFont({
});

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Amine's Cheat Sheet",
description: "A curated commands and snippets for daily use",
};

export default function RootLayout({

0 comments on commit ab09af5

Please sign in to comment.