davestewart / nuxt-content-assets

Enable locally-located assets in Nuxt Content
https://npmjs.com/package/nuxt-content-assets
115 stars 8 forks source link

Rename `imageSize` option `url` to `src` #23

Closed davestewart closed 1 year ago

davestewart commented 1 year ago

Background

Images have src properties not url properties, so URL feels like a conceptual leap.

I think it was originally thought of as URLSearchParams which is still a bit abstract.

Proposal

Add src without removing url so it can be a patch release.