File tree Expand file tree Collapse file tree 9 files changed +6
-2
lines changed Expand file tree Collapse file tree 9 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ export const generateMetadata = genMeta(() => ({
99 titleSuffix : "SCR & sSCR" ,
1010 relativeURL : "/SCR-sSCR" ,
1111 description : "Governance token and its LRT" ,
12+ ogImg : "/og_sSCR.png" ,
13+ twitterImg : "/twitter_sSCR.png" ,
1214} ) )
1315
1416const ScrAndsSCRPage = async ( ) => {
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ export const generateMetadata = genMeta(() => ({
77 titleSuffix : "scrETH" ,
88 relativeURL : "/scrETH" ,
99 description : "Scroll's ecosystem native ETH LRT" ,
10+ ogImg : "/og_scrETH.png" ,
11+ twitterImg : "/twitter_scrETH.png" ,
1012} ) )
1113
1214const ScrETHPage = ( ) => {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export const generateMetadata = genMeta(() => ({
66 titleSuffix : "Scroll Sessions" ,
77 relativeURL : "/sessions" ,
88 description : "Receive Marks for your engagement with Scroll. Join Sessions now!" ,
9- ogImg : "/og_scroll_sessions .png" ,
10- twitterImg : "/twitter_scroll_sessions .png" ,
9+ ogImg : "/og_sessions .png" ,
10+ twitterImg : "/twitter_sessions .png" ,
1111} ) )
1212
1313export default function SessionsLayout ( { children } ) {
You can’t perform that action at this time.
0 commit comments