File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/app/[variants]/(main)/discover/(list)/(home) Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ export const generateMetadata = async (props: DynamicLayoutProps) => {
10
10
const { locale, t } = await parsePageMetaProps ( props ) ;
11
11
return metadataModule . generate ( {
12
12
alternate : true ,
13
- description : t ( 'discover.home. description' ) ,
13
+ description : t ( 'discover.description' ) ,
14
14
locale,
15
- title : t ( 'discover.home. title' ) ,
15
+ title : t ( 'discover.title' ) ,
16
16
url : '/discover' ,
17
17
} ) ;
18
18
} ;
@@ -21,9 +21,9 @@ const Page = async (props: DynamicLayoutProps) => {
21
21
const { locale, t, isMobile } = await parsePageMetaProps ( props ) ;
22
22
23
23
const ld = ldModule . generate ( {
24
- description : t ( 'discover.home. description' ) ,
24
+ description : t ( 'discover.description' ) ,
25
25
locale,
26
- title : t ( 'discover.home. title' ) ,
26
+ title : t ( 'discover.title' ) ,
27
27
url : '/discover' ,
28
28
webpage : {
29
29
enable : true ,
You can’t perform that action at this time.
0 commit comments