astro-accelerator 4.1.13 → 4.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.13",
2
+ "version": "4.1.15",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@astrojs/mdx": "^2.3.1",
35
- "astro": "^4.16.12",
36
- "astro-accelerator-utils": "^0.3.28",
37
- "cspell": "^8.16.0",
38
- "csv": "^6.3.10",
35
+ "astro": "^4.16.16",
36
+ "astro-accelerator-utils": "^0.3.29",
37
+ "cspell": "^8.16.1",
38
+ "csv": "^6.3.11",
39
39
  "glob": "^11.0.0",
40
- "hast-util-from-selector": "^3.0.0",
40
+ "hast-util-from-selector": "^3.0.1",
41
41
  "html-to-text": "^9.0.5",
42
42
  "keyword-extractor": "^0.0.28",
43
43
  "optional": "^0.1.4",
@@ -45,7 +45,7 @@
45
45
  "sharp": "^0.33.5"
46
46
  },
47
47
  "devDependencies": {
48
- "@playwright/test": "^1.48.2"
48
+ "@playwright/test": "^1.49.0"
49
49
  },
50
50
  "files": [
51
51
  ".npmrc",
@@ -57,7 +57,7 @@ async function getData() {
57
57
  <feed xmlns="http://www.w3.org/2005/Atom">
58
58
  <title>${SITE.title}</title>
59
59
  <subtitle>${SITE.description}</subtitle>
60
- <link href="${SITE.url}/atom.xml" rel="self" />
60
+ <link href="${SITE.url}${SITE.feedUrl}" rel="self" />
61
61
  <link href="${SITE.url}" />
62
62
  <id>${SITE.url}${SITE.feedUrl}</id>
63
63
  <updated>${articles[0].frontmatter.pubDate}</updated>