Skip to content

Commit f39cf30

Browse files
committed
docs: fixing link in OG image
1 parent ec6c1e3 commit f39cf30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/components/OgImage/OgImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const OgImage = ({ title, twitterTitle }: OgImageProps) => {
5050
fontFamily: 'Source Sans Pro',
5151
fontSize: 60,
5252
fontWeight: 'bold',
53-
text: 'next.cloudinary.dev'
53+
text: 'netlify.cloudinary.dev'
5454
}
5555
}
5656
]}

docs/src/pages/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import OgImage from '../components/OgImage';
1515
twitterTitle="Installing Netlify Cloudinary"
1616
/>
1717

18-
# Installing Next Cloudinary
18+
# Installing Netlify Cloudinary
1919

2020
<Tabs items={['Netlify UI', 'File-Based Configuration']}>
2121
<Tab>

0 commit comments

Comments
 (0)