mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
update dependencies
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
+39
-1
@@ -30,6 +30,14 @@
|
|||||||
{
|
{
|
||||||
"name": "viewport",
|
"name": "viewport",
|
||||||
"content": "width=device-width, initial-scale=1.0"
|
"content": "width=device-width, initial-scale=1.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "msapplication-TileColor",
|
||||||
|
"content": "#da532c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "theme-color",
|
||||||
|
"content": "#ffffff"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"link": [
|
"link": [
|
||||||
@@ -43,11 +51,41 @@
|
|||||||
{
|
{
|
||||||
"rel": "stylesheet",
|
"rel": "stylesheet",
|
||||||
"href": "/main.css"
|
"href": "/main.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "apple-touch-icon",
|
||||||
|
"sizes": "180x180",
|
||||||
|
"href": "/apple-touch-icon.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "icon",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "32x32",
|
||||||
|
"href": "/favicon-32x32.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "icon",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "16x16",
|
||||||
|
"href": "/favicon-16x16.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "manifest",
|
||||||
|
"href": "/site.webmanifest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "mask-icon",
|
||||||
|
"href": "/safari-pinned-tab.svg",
|
||||||
|
"color": "#5bbad5"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"script": [
|
"script": [
|
||||||
{
|
{
|
||||||
"src": "https://cdn.jsdelivr.net/npm/marked/marked.min.js"
|
"defer src": "https://cdn.jsdelivr.net/npm/marked/marked.min.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"data-goatcounter": "https://avinal.goatcounter.com/count",
|
||||||
|
"async src": "https://gc.zgo.at/count.js"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Generated
+2649
-26
File diff suppressed because it is too large
Load Diff
+4
-1
@@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.8",
|
"@tailwindcss/typography": "^0.5.8",
|
||||||
"elm-land": "^0.18.0",
|
"elm-land": "^0.18.1",
|
||||||
"tailwindcss": "^3.2.4"
|
"tailwindcss": "^3.2.4"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"npm": "^9.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user