chore: fix dep reference
This commit is contained in:
parent
0dcf683758
commit
188082043d
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight'
|
||||
import tablerIcons from '@cdransf/eleventy-plugin-tabler-icons'
|
||||
import postGraph from '@rknightuk/eleventy-plugin-post-graph'
|
||||
import lightningCSS from '@11tyrocks/eleventy-plugin-lightningcss'
|
||||
|
||||
import markdownIt from 'markdown-it'
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.7.0",
|
||||
"version": "13.7.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "13.7.0",
|
||||
"version": "13.7.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.7.0",
|
||||
"version": "13.7.1",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -13,6 +13,7 @@ export default async function () {
|
|||
'Claude-Web',
|
||||
'cohere-ai',
|
||||
'DataForSeoBot',
|
||||
'Diffbot',
|
||||
'FacebookBot',
|
||||
'FriendlyCrawler',
|
||||
'Google-Extended',
|
||||
|
|
Reference in a new issue