Skip to content

Commit 20f235f

Browse files
committed
docs(chore): update meta for examples page
1 parent 83f5302 commit 20f235f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/app/routes/examples.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)