diff --git a/src/App.ts b/src/App.ts index 971252d..57c0b6a 100644 --- a/src/App.ts +++ b/src/App.ts @@ -147,7 +147,7 @@ export default class App extends Vue return this.artworks.map(a => { return { - src: a.imgFull, + src: a.url, alt: a.title, title: a.description ? a.title + ': ' + a.description : a.title }