File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,14 @@ export const meta: MetaFunction = () => {
9696 return {
9797 title : 'Examples | React Spring' ,
9898 description : `The home of examples using react-spring to bring naturally fluid animations elevating UI & interactions` ,
99+ 'og:title' : 'Examples | React Spring' ,
100+ 'og:description' :
101+ 'The home of examples using react-spring to bring naturally fluid animations elevating UI & interactions' ,
102+ 'og:url' : 'https://www.react-spring.dev/examples' ,
103+ 'twitter:url' : 'https://www.react-spring.dev/examples' ,
104+ 'twitter:title' : 'Examples | React Spring' ,
105+ 'twitter:description' :
106+ 'The home of examples using react-spring to bring naturally fluid animations elevating UI & interactions' ,
99107 }
100108}
101109
You can’t perform that action at this time.
0 commit comments