File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# nextjs-app-template
2
2
3
+ A template for create nextjs app project
4
+
3
5
## Dependencies
4
6
5
7
### UI
Original file line number Diff line number Diff line change 2
2
"name" : " nextjs-app-template" ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
+ "description" : " A template for create nextjs app project" ,
5
6
"scripts" : {
6
7
"dev" : " next dev" ,
7
8
"build" : " next build" ,
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { NextUIProvider } from '@nextui-org/react'
3
3
import './globals.css'
4
4
5
5
export const metadata : Metadata = {
6
- title : 'Create Next App ' ,
7
- description : 'Generated by create next app' ,
6
+ title : 'nextjs-app-template ' ,
7
+ description : 'A template for create nextjs app project ' ,
8
8
}
9
9
10
10
export default function RootLayout ( {
You can’t perform that action at this time.
0 commit comments