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",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"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';
|
import { cookies } from 'next/headers';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Create Next App',
|
title: 'GSEPS',
|
||||||
description: 'Generated by create next app',
|
description: 'GSEPS Control Center',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
Loading…
Reference in New Issue