[ci] format
This commit is contained in:
parent
0aaef1c48b
commit
9300af9bc2
1 changed files with 3 additions and 3 deletions
|
@ -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'],
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue