astro/packages/integrations/image/test/fixtures/assets-prefix/package.json
Bjorn Lu ff04307863
Add build.assetsPrefix option for CDN support (#6714)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-04-05 21:31:17 +08:00

9 lines
172 B
JSON

{
"name": "@test/image-assets-prefix",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/image": "workspace:*",
"astro": "workspace:*"
}
}