Pablo A. Muro Martinez

Results 3 comments of Pablo A. Muro Martinez

@lewsmith for me this worked ``` const [prev = null, next = null] = (await $content(app.i18n.locale) .only(['title', 'slug']) .sortBy('createdAt', 'asc') .surround(params.slug) .fetch()) as Array ```

@gilesbutler I did some "hack", I now have a new field in my .MD files to read the createdAt, and for updateAt I created a GitHub Action (https://github.com/pablomuro/pablomuro-blog/blob/main/.github/workflows/posts-update.yml), so when...

same error here, removing svg from the handleImages array do the trick