diff options
author | 2022-07-08 20:20:57 +0000 | |
---|---|---|
committer | 2022-07-08 20:20:57 +0000 | |
commit | 9300af9bc2d30006a4a012ec68ee1c0a6ce087ca (patch) | |
tree | 77088531850f7c77cde7f3eba26f39dad202472b | |
parent | 0aaef1c48bacff5a05498af201d456efeac82ac2 (diff) | |
download | astro-9300af9bc2d30006a4a012ec68ee1c0a6ce087ca.tar.gz astro-9300af9bc2d30006a4a012ec68ee1c0a6ce087ca.tar.zst astro-9300af9bc2d30006a4a012ec68ee1c0a6ce087ca.zip |
[ci] format
-rw-r--r-- | packages/integrations/image/src/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/image/src/index.ts b/packages/integrations/image/src/index.ts index 6d59e3e98..f87fcd4b2 100644 --- a/packages/integrations/image/src/index.ts +++ b/packages/integrations/image/src/index.ts @@ -78,9 +78,9 @@ const createIntegration = (options: IntegrationOptions = {}): AstroIntegration = optimizeDeps: { include: ['image-size', 'sharp'], }, - ssr: { - noExternal: ['@astrojs/image'] - } + ssr: { + noExternal: ['@astrojs/image'], + }, }; } |