mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-21 13:32:20 +00:00
update deps and persephone from friends list.
This commit is contained in:
parent
007fd15eab
commit
77b4092fee
5 changed files with 452 additions and 552 deletions
|
@ -11,12 +11,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fontsource/atkinson-hyperlegible": "^5.0.20",
|
||||
"astro": "^4.11.3"
|
||||
"astro": "^4.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"prettier": "~3.3.2",
|
||||
"prettier": "~3.3.3",
|
||||
"sharp": "^0.33.4",
|
||||
"typescript": "^5.5.2"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
984
pnpm-lock.yaml
984
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,6 @@ import { Image } from 'astro:assets';
|
|||
|
||||
import allissaImage from "../website_buttons/itzzennet.png";
|
||||
import emImage from "../website_buttons/easrng.gif";
|
||||
import chloeImage from "../website_buttons/kawaiizenbo.me.gif";
|
||||
|
||||
interface Props {
|
||||
name: string,
|
||||
|
@ -15,8 +14,7 @@ const { name, alt_text, website } = Astro.props;
|
|||
|
||||
const images: { [key: string]: ImageMetadata } = {
|
||||
"allissa": allissaImage,
|
||||
"em": emImage,
|
||||
"chloe": chloeImage
|
||||
"em": emImage
|
||||
};
|
||||
---
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Reference in a new issue