File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import SpeakDetails from './components/speak' ;
22
3- export const metadata = {
4- title : 'Speak | My Awesome App' ,
5- description : 'Share your thoughts with the community using our Speak feature.' ,
6- openGraph : {
7- title : 'Speak | My Awesome App' ,
8- description : 'Share your thoughts with the community using our Speak feature.' ,
9- url : 'https://yourdomain.com/speak' ,
10- siteName : 'My Awesome App' ,
11- images : [
12- {
13- url : 'https://yourdomain.com/og-image.png' ,
14- width : 1200 ,
15- height : 630 ,
16- alt : 'Speak Page Preview' ,
17- } ,
18- ] ,
19- locale : 'en_US' ,
20- type : 'website' ,
21- } ,
22- twitter : {
23- card : 'summary_large_image' ,
24- title : 'Speak | My Awesome App' ,
25- description : 'Join the conversation with our new Speak feature.' ,
26- images : [ 'https://yourdomain.com/og-image.png' ] ,
27- } ,
28- } ;
29-
30-
31-
323export default function SpeakPage ( ) {
334 return (
345 < main >
You can’t perform that action at this time.
0 commit comments