File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ import { AUTHOR_NAME } from '@/configs/author' ;
12import AboutPage , { generateAboutPathsWithLang } from '@/modules/About/About.page' ;
23import { getContentMultiLanguage } from '@/modules/Content/services/content-parser' ;
34import { I18nLocales } from '@/packages/libs/I18n/interface' ;
@@ -17,7 +18,7 @@ export const generateMetadata = withGenerateMetadata<{ lang: I18nLocales; }>(asy
1718 locale : lang ,
1819 meta : {
1920 slug : '/about' ,
20- title : content . meta . title ,
21+ title : `About ${ AUTHOR_NAME } ` ,
2122 description : content . meta . description ,
2223 keywords : content . meta . keywords ,
2324 image : '/media/authors/gading-chibi-talk-signature.png' ,
Original file line number Diff line number Diff line change 1+ import { AUTHOR_NAME } from '@/configs/author' ;
12import AboutPage , { generateAboutPathsDefault } from '@/modules/About/About.page' ;
23import { getContentMultiLanguage } from '@/modules/Content/services/content-parser' ;
34import { withGenerateMetadata } from '@/packages/utils/metadata/metadata' ;
@@ -14,7 +15,7 @@ export const generateMetadata = withGenerateMetadata(async() => {
1415 return metadataBuilder ( {
1516 meta : {
1617 slug : '/about' ,
17- title : content . meta . title ,
18+ title : `About ${ AUTHOR_NAME } ` ,
1819 description : content . meta . description ,
1920 keywords : content . meta . keywords ,
2021 image : '/media/authors/gading-chibi-talk-signature.png' ,
You can’t perform that action at this time.
0 commit comments