web3templates / stablo

Stablo is a minimal blog website template built with Next.js, TailwindCSS & Sanity CMS

Home Page:https://stablo.web3templates.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image loading issue on production

prateekjpr20 opened this issue · comments

The images are not loading on my production server.

My blog post url is
https://finexo.in/blog/post/gst-on-sales-of-fixed-assets

The image url is coming as https://finexo.in/blog/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Ftb3xbyw3%2Fproduction%2Fc12fa2166c7f5cfe3b595deb7dcc11a455d521dd-1200x800.png%3Fw%3D1200%26auto%3Dformat&w=3840&q=75

And when I open this url in brower, error came - "url" parameter is not allowed

It is working fine in my local and also when I do npm run build and then npm run start.
Not getting why error is coming on server.

Did it fixed for you?