Bugfix: Images not appearing on search
This commit is contained in:
parent
b8ce78a5f0
commit
4dd0c0ccb5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms",
|
"name": "netlify-cms",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
||||||
"main": "dist/cms.js",
|
"main": "dist/cms.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -75,7 +75,7 @@ export default class EntryListing extends React.Component {
|
|||||||
const collection = collections
|
const collection = collections
|
||||||
.filter(collection => collection.get('name') === entry.get('collection')).first();
|
.filter(collection => collection.get('name') === entry.get('collection')).first();
|
||||||
const inferedFields = this.inferFields(collection);
|
const inferedFields = this.inferFields(collection);
|
||||||
return this.renderCard(collection, entry, inferedFields);
|
return this.renderCard(collection, entry, inferedFields, publicFolder);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user