davestewart / nuxt-content-assets

Enable locally-located assets in Nuxt Content

Home Page:https://npmjs.com/package/nuxt-content-assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename `imageSize` option `url` to `src`

davestewart opened this issue · comments

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.