fix: feed

This commit is contained in:
Cory Dransfeldt 2024-06-08 07:04:21 -07:00
parent d32e976329
commit f8c9d4c579
No known key found for this signature in database

View file

@ -109,7 +109,7 @@ export default {
// if there's a valid entry return a normalized object
if (entry)
posts.push({
title,
title: title.trim(),
url,
content: entry.description,
date,