Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
RoninDojo-Website-Old
Commits
6772acbc
Unverified
Commit
6772acbc
authored
Jun 16, 2021
by
Pavel Ševčík
Browse files
Display whole content in RSS feed
parent
4f9bd91d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/generateRSS.ts
src/lib/generateRSS.ts
+1
-1
No files found.
src/lib/generateRSS.ts
View file @
6772acbc
...
...
@@ -23,7 +23,7 @@ export const generateRSS = async (posts: Post[]): Promise<void> => {
posts
.
forEach
((
post
)
=>
{
feed
.
item
({
title
:
post
.
title
,
description
:
post
.
excerp
t
,
description
:
post
.
conten
t
,
url
:
`https://ronindojo.io/blog/
${
post
.
slug
}
`
,
author
:
post
.
author
.
name
,
date
:
new
Date
(
post
.
date
||
0
).
toISOString
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment