Skip to content

Commit

Permalink
fix og image for og generator
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed May 29, 2021
1 parent 40c4e4a commit 4a0e306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const description = "Service that generates dynamic OG images for railway.app";

// Generate OG image for itself
const image =
"https://og.railway.app/api/image?fileType=png&layoutName=Railway&Theme=Dark&Title=Open+Graph+%3Cbr+%2F%3E+Image+Generator&Sub+Title=og.railway.app";
"https://og.railway.app/api/image?fileType=png&layoutName=Railway&Theme=Dark&Title=Open+Graph%5CnImage+Generator&Sub+Title=og.railway.app";

const config: DefaultSeoProps = {
title,
Expand Down

0 comments on commit 4a0e306

Please sign in to comment.