[ci] format

This commit is contained in:
tony-sull 2022-07-08 20:20:57 +00:00 committed by fredkbot
parent 0aaef1c48b
commit 9300af9bc2

View file

@ -78,9 +78,9 @@ const createIntegration = (options: IntegrationOptions = {}): AstroIntegration =
optimizeDeps: { optimizeDeps: {
include: ['image-size', 'sharp'], include: ['image-size', 'sharp'],
}, },
ssr: { ssr: {
noExternal: ['@astrojs/image'] noExternal: ['@astrojs/image'],
} },
}; };
} }