Skip to content

Commit

Permalink
Merge pull request #248 from anglepoised/bump-astro
Browse files Browse the repository at this point in the history
bump astro
  • Loading branch information
anglepoised authored Jan 11, 2024
2 parents 7bf8662 + b265817 commit 21d32bc
Show file tree
Hide file tree
Showing 6 changed files with 2,369 additions and 4,320 deletions.
11 changes: 0 additions & 11 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,3 @@ accessibility = 0.9
best-practices = 0.9
seo = 0.8
pwa = 0.0 # Skip PWA threshold for now

[[plugins]]
package = "netlify-plugin-checklinks"
[plugins.inputs]
entryPoints = ["index.html"]
recursive = true
pretty = false
skipPatterns = ["dist/feed"]
todoPatterns = ["dist/weblog/entry/000134", "dist/straplines/add"]
checkExternal = false
followSourceMaps = false
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"packageManager": "yarn@1.22.18",
"private": true,
"dependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/mdx": "^2.0.3",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^1.3.3",
"astro": "^2.1.9",
"@astrojs/sitemap": "^3.0.4",
"astro": "^4.1.1",
"astro-embed": "^0.6.1"
},
"devDependencies": {
Expand All @@ -32,7 +32,6 @@
"husky": "^8.0.3",
"hygen": "^6.2.11",
"lint-staged": "^15.2.0",
"netlify-plugin-checklinks": "^4.1.1",
"netlify-plugin-html-validate": "^1.1.1",
"npm-run-all": "^4.1.5",
"npm-scripts-info": "^0.3.9",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/feed/feed.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const posts = Object.values(postImportResult)
})
.slice(0, 30); // Get only the top 30 recent posts

export const get = () =>
export const GET = () =>
rss({
title: SITE_TITLE,
description: SITE_DESCRIPTION,
Expand Down
2 changes: 0 additions & 2 deletions src/pages/notes/lj-kruzer-koi-carp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ datePublished: "2007-11-30T11:23:00"
dateUpdated: "2007-11-30T11:23:00"
---

`audio: ./lj-kruzer-koi-carp.mp3`

[Koi Carp](http://www.last.fm/music/LJ+Kruzer/_/Koi+Carp), a track from [LJ Kruzer](http://www.ljkruzer.co.uk/) previously featured on [The Wire Magazine's website](https://www.thewire.co.uk/audio/tracks/lj-kruzer_koi-carp).

Other free tracks from LJ: [Mowzer](http://www.last.fm/music/LJ+Kruzer/_/Mowzer) (featured on the [Ai records](http://www.airecords.com/) compilation, "Produce"), the [Sunday Life EP](https://archive.org/details/diginet005) and the [8bitEP](https://www.archive.org/details/8bit0045).
Binary file not shown.
Loading

0 comments on commit 21d32bc

Please sign in to comment.