Skip to content

Commit

Permalink
Fix: next-head-count - 08-11 17:57
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Nov 8, 2024
1 parent d7ad469 commit 286cd25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"highlight.js": "^11.10.0",
"marked": "^12.0.2",
"million": "^3.1.11",
"next": "14.2.10",
"next": "^15.0.3",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"@/*": [
"./src/*"
]
}
},
"target": "ES2017"
},
"include": [
"next-env.d.ts",
Expand All @@ -32,4 +33,4 @@
"exclude": [
"node_modules"
]
}
}

0 comments on commit 286cd25

Please sign in to comment.