coderabbit fixes

This commit is contained in:
2025-11-22 21:11:21 -05:00
parent 84e1afdcff
commit f55d782b02
4 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,6 @@
"markdown-it": "^14.1.0",
"pagefind": "^1.4.0",
"sanitize-html": "^2.17.0",
"sass": "^1.94.2",
"sharp": "^0.34.4",
},
"devDependencies": {
@@ -27,6 +26,7 @@
"bun-types": "1.3.0",
"eslint": "^9.39.1",
"prettier": "^3.6.2",
"sass": "^1.94.2",
},
"peerDependencies": {
"typescript": "^5.9.3",
+2 -2
View File
@@ -28,7 +28,6 @@
"markdown-it": "^14.1.0",
"pagefind": "^1.4.0",
"sanitize-html": "^2.17.0",
"sass": "^1.94.2",
"sharp": "^0.34.4"
},
"devDependencies": {
@@ -36,7 +35,8 @@
"@types/alpinejs__persist": "^3.13.4",
"bun-types": "1.3.0",
"eslint": "^9.39.1",
"prettier": "^3.6.2"
"prettier": "^3.6.2",
"sass": "^1.94.2"
},
"module": "index.ts",
"peerDependencies": {
+6 -6
View File
@@ -1,14 +1,14 @@
@font-face {
font-family: Noto Sans;
src: url(./fonts/NotoSans-VariableFont_wdth,wght.ttf) format("truetype");
font-family: "Noto Sans";
src: url("./fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
font-family: Noto Serif;
src: url(./fonts/NotoSerif-VariableFont_wdth,wght.ttf) format("truetype");
font-family: "Noto Serif";
src: url("./fonts/NotoSerif-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
font-family: JetBrainsMono;
src: url(./fonts/JetBrainsMono-VariableFont_wght.ttf) format("truetype");
font-family: "JetBrainsMono";
src: url("./fonts/JetBrainsMono-VariableFont_wght.ttf") format("truetype");
}
-1
View File
@@ -53,7 +53,6 @@ a:hover {
}
main p {
/* text-align: justify; */
line-height: 1.5;
}