Skip to content

Commit d8da6ec

Browse files
fix: update example
1 parent c4235ba commit d8da6ec

File tree

2 files changed

+5
-36
lines changed

2 files changed

+5
-36
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.0.2",
14-
"@astrojs/rss": "^4.0.10",
13+
"@astrojs/mdx": "^4.1.1",
14+
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.1.0",
16+
"astro": "^5.4.3",
1717
"@astrojs/check": "^0.9.4",
18-
"typescript": "^5.7.2",
18+
"typescript": "^5.8.2",
1919
"webring": "../"
2020
}
2121
}

example/webring.json

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1 @@
1-
{
2-
"https://drewdevault.com/blog/index.xml": {
3-
"timestamp": "2024-12-14T18:27:51.508Z",
4-
"data": {
5-
"title": "Neurodivergence and accountability in free software",
6-
"url": "https://drewdevault.com/2024/09/25/2024-09-25-Neurodivergence-and-accountability-in-free-software.html",
7-
"date": "2024-09-25T00:00:00.000Z",
8-
"source": { "url": "https://drewdevault.com/blog/index.xml", "title": "Drew DeVault" },
9-
"preview": "In November of last year, I wrote Richard Stallman..."
10-
}
11-
},
12-
"https://danluu.com/atom.xml": {
13-
"timestamp": "2024-12-14T18:27:51.508Z",
14-
"data": {
15-
"title": "Steve Ballmer was an underrated CEO",
16-
"url": "https://danluu.com/ballmer/",
17-
"date": "2024-10-28T00:00:00.000Z",
18-
"source": { "url": "https://danluu.com/atom.xml", "title": "Dan Luu" },
19-
"preview": "There's a common narrative that Microsoft was mori..."
20-
}
21-
},
22-
"https://jakelazaroff.com/rss.xml": {
23-
"timestamp": "2024-12-14T18:27:51.508Z",
24-
"data": {
25-
"title": "Isomorphic Web Components",
26-
"url": "https://jakelazaroff.com/words/isomorphic-web-components/",
27-
"date": "2024-12-11T00:00:00.000Z",
28-
"source": { "url": "https://jakelazaroff.com/rss.xml", "title": "Jake Lazaroff" },
29-
"preview": "The lack of server-side rendering in web component..."
30-
}
31-
}
32-
}
1+
{}

0 commit comments

Comments
 (0)