File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const metadata: Metadata = {
3030 locale : 'ko_KR' ,
3131 } ,
3232 verification : {
33- google : 'BQYPxURYOVPi4CagEphl_-CqrCRwEvi3MA6ip0sqvyo'
33+ google : 'BQYPxURYOVPi4CagEphl_-CqrCRwEvi3MA6ip0sqvyo' ,
3434 } ,
3535 twitter : {
3636 card : 'summary_large_image' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { MENU } from '@/constants/menu';
44import { METADATA } from '@/constants/metadata' ;
55
66export default function sitemap ( ) : MetadataRoute . Sitemap {
7- const entries = MENU . map ( ( menu ) => ( {
7+ const entries = MENU . map ( menu => ( {
88 url : `${ METADATA . url } ${ menu . href } ` ,
99 ...( 'date' in menu && { lastModified : menu . date } ) ,
1010 priority : 0.9 ,
@@ -16,6 +16,6 @@ export default function sitemap(): MetadataRoute.Sitemap {
1616 changeFrequency : 'yearly' ,
1717 priority : 1.0 ,
1818 } ,
19- ...entries
19+ ...entries ,
2020 ] ;
2121}
You can’t perform that action at this time.
0 commit comments