Skip to content

Commit

Permalink
🎨 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Jan 21, 2025
1 parent 46e55ae commit 2a5a579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build output
.output/
.astro/
dist/

# Dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@pagefind/default-ui": "^1.3.0",
"astro": "^5.1.6",
"astro": "^5.1.8",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"lozad": "^1.16.0",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/tailwind": "^5.1.5",
"@tailwindcss/typography": "^0.5.15",
"@types/lozad": "^1.16.4",
"node-html-parser": "^6.1.13",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function GET() {
return {
link: item.url,
title,
description: item.compiledContent(),
description: item.frontmatter.desc,
pubDate: item.frontmatter.date,
};
}),
Expand Down

0 comments on commit 2a5a579

Please sign in to comment.