[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: {
|
||||
include: ['image-size', 'sharp'],
|
||||
},
|
||||
ssr: {
|
||||
noExternal: ['@astrojs/image']
|
||||
}
|
||||
ssr: {
|
||||
noExternal: ['@astrojs/image'],
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue