Skip to content

Commit

Permalink
Merge pull request #5 from AlexStack/nextjs14
Browse files Browse the repository at this point in the history
docs: readme
  • Loading branch information
AlexStack committed Apr 10, 2024
2 parents 12910b9 + 30afda3 commit ed9b155
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h2>2024/2025: 🔋 NextJs 14.x + MUI 5.x + TypeScript Starter</h2>
<p>The scaffold for NextJs 14.x (App Router), React Hook Form, Material UI(MUI 5.x),Typescript and ESLint, and TypeScript with Absolute Import, Seo, Link component, pre-configured with Husky.</p>

<p>With simple example of NextJs API, React-hook-form with zod, fetch remote api, 404/500 error pages, MUI SSR usage, Styled component, MUI AlertBar, Client-side component</p>
<p>With simple example of NextJs API, React-hook-form with zod, fetch remote api, 404/500 error pages, MUI SSR usage, Styled component, MUI AlertBar, MUI confirmation dialog, Loading button, Client-side component</p>

🚘🚘🚘 [**Click here to see an online demo**](https://mui-nextjs-ts.vercel.app) 🚘🚘🚘

Expand All @@ -14,7 +14,7 @@ If you prefer Tailwind css, check this: [Tailwind-CSS-Version](https://github.co

## Demo

![](./public/images/cover.png)
[<img src="./public/images/cover.png">](https://mui-nextjs-ts.vercel.app)

🚘🚘🚘 [**Click here to see an online demo**](https://mui-nextjs-ts.vercel.app) 🚘🚘🚘

Expand Down
13 changes: 6 additions & 7 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ export const metadata: Metadata = {
title: SITE_CONFIG.title,
description: SITE_CONFIG.description,
images: [`${SITE_CONFIG.url}/images/og.jpg`],
// creator: '@th_clarence',
},
// authors: [
// {
// name: 'Theodorus Clarence',
// url: 'https://theodorusclarence.com',
// },
// ],
authors: [
{
name: 'Alex',
url: 'https://hihb.com',
},
],
};

export default function RootLayout({
Expand Down

0 comments on commit ed9b155

Please sign in to comment.