Skip to content

Commit b308a88

Browse files
committed
fix: bruk description som content, ikke content
1 parent 4fb0e69 commit b308a88

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build-rss.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ feedItem.sort((a, b) => new Date(b.metadata.date) - new Date(a.metadata.date));
3131
feedItem.forEach(({ metadata, content, link }) => {
3232
feed.addItem({
3333
title: metadata.title,
34-
description: metadata.title,
35-
content: content,
34+
description: content,
3635
link: link,
3736
date: new Date(metadata.date),
3837
author: [

src/routes/(pages)/log/posts/2025-02-20-sanering-spa-deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Sanering av nais/deploy/actions/spa-deploy/v2"
3-
date: 2025-02-20T09:46:45+02:00
3+
date: 2025-02-20T09:47:45+02:00
44
author: Kyrre Havik
55
tags: [github, action, spa, deploy]
66
layout: log

0 commit comments

Comments
 (0)