#After deploy astro image not working?

7 messages · Page 1 of 1 (latest)

halcyon shell
#

when I run my project locally every image worked fine but after successfully building it in netlify, the live site worked but can't get any image, not showing any error so how can I solve it? please see my local and live site pics.

brittle swan
#

Can you share the code where this images are used?

halcyon shell
#

Please see this with folder structure

exotic depot
#

Are you using the image integration? Recently several issues with deployments and the image integration have been reported

halcyon shell
#

@exotic depot yes I'm using integrations
like:
in env.d.ts file:
/// <reference types="<@&1026769514878205992>/image/client" />

 in astro.config.mjs file:
  image({
        serviceEntryPoint: '<@&1026769514878205992>/image/sharp'
      })
      
  It is alright integrations, which is best way to use astro image, can you suggestion please.
  what should i do now?
exotic depot
#

What nodejs version are you using?

halcyon shell
#

nodejs : 16.13.2