add icon and stuff

This commit is contained in:
Henry Hiles 2025-12-31 23:04:21 -05:00
commit 871ad5f96a
No known key found for this signature in database
7 changed files with 318 additions and 88 deletions

View file

@ -1,14 +1,14 @@
{
"name": "heardle",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.16.6"
}
}
"name": "musedel",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.16.6"
}
}