We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a20462 commit 36e6f00Copy full SHA for 36e6f00
package.json
@@ -74,5 +74,8 @@
74
"prettier --write"
75
]
76
},
77
+ "resolutions": {
78
+ "ajv": "8.17.1"
79
+ },
80
"packageManager": "yarn@3.6.1"
81
}
scripts/rss.mjs
@@ -3,7 +3,7 @@ import path from 'path'
3
import { slug } from 'github-slugger'
4
import { escape } from 'pliny/utils/htmlEscaper.js'
5
import siteMetadata from '../data/siteMetadata.js'
6
-import tagData from '../app/tag-data.json' assert { type: 'json' }
+import tagData from '../app/tag-data.json' with { type: 'json' }
7
import { allBlogs } from '../.contentlayer/generated/index.mjs'
8
import { sortPosts } from 'pliny/utils/contentlayer.js'
9
0 commit comments