Feat: title 변경
This commit is contained in:
parent
5d240595e9
commit
541936ad92
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "front-boilerplate",
|
||||
"name": "gesps-front",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
|
@ -8,8 +8,8 @@ import { defaultInstance } from '@/api/config';
|
|||
import { cookies } from 'next/headers';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Create Next App',
|
||||
description: 'Generated by create next app',
|
||||
title: 'GSEPS',
|
||||
description: 'GSEPS Control Center',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
Loading…
Reference in New Issue