update deps and persephone from friends list.

This commit is contained in:
Fries 2024-08-13 12:10:54 -07:00
parent 007fd15eab
commit 77b4092fee
5 changed files with 452 additions and 552 deletions

View file

@ -11,12 +11,12 @@
}, },
"dependencies": { "dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.0.20", "@fontsource/atkinson-hyperlegible": "^5.0.20",
"astro": "^4.11.3" "astro": "^4.13.3"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.7.0", "@astrojs/check": "^0.7.0",
"prettier": "~3.3.2", "prettier": "~3.3.3",
"sharp": "^0.33.4", "sharp": "^0.33.4",
"typescript": "^5.5.2" "typescript": "^5.5.4"
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,6 @@ import { Image } from 'astro:assets';
import allissaImage from "../website_buttons/itzzennet.png"; import allissaImage from "../website_buttons/itzzennet.png";
import emImage from "../website_buttons/easrng.gif"; import emImage from "../website_buttons/easrng.gif";
import chloeImage from "../website_buttons/kawaiizenbo.me.gif";
interface Props { interface Props {
name: string, name: string,
@ -15,8 +14,7 @@ const { name, alt_text, website } = Astro.props;
const images: { [key: string]: ImageMetadata } = { const images: { [key: string]: ImageMetadata } = {
"allissa": allissaImage, "allissa": allissaImage,
"em": emImage, "em": emImage
"chloe": chloeImage
}; };
--- ---

View file

@ -1,10 +0,0 @@
{
"name": "chloe / KawaiiZenbos",
"website": "https://kawaiizenbo.me/",
"description": "cute creatures. very gay! it likes television broadcasting!",
"website_button": {
"name": "chloe",
"alt_text": "a button with a pink background of a grid of squares and rectangles, with text overlaying it saying \"kawaiizenbo.me\". There are 5 paws that alternate the colors of the trans flag!"
},
"pronouns": "she/fae/it"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB