#After deploy astro image not working?
7 messages · Page 1 of 1 (latest)
Can you share the code where this images are used?
Please see this with folder structure
Are you using the image integration? Recently several issues with deployments and the image integration have been reported
@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?
What nodejs version are you using?
nodejs : 16.13.2