sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.07k stars 730 forks source link

[bug]: twitter metadata image missing #141

Open shahriarshafin opened 2 weeks ago

shahriarshafin commented 2 weeks ago

Describe the bug

there is no file named 'og.jpg' do you mean 'opengraph-image.png' ?

 twitter: {
    card: "summary_large_image",
    title: siteConfig.name,
    description: siteConfig.description,
    images: [`${siteConfig.url}/og.jpg`],
    creator: "@sadmann17",
  }

How to reproduce

https://skateshop.sadmn.com/

Link to reproduction

https://skateshop.sadmn.com/

Additional information

No response