Upgraded to Astro 5.2.5 and fixed content collections
This commit is contained in:
parent
298b91262e
commit
eec488ddff
28 changed files with 290 additions and 198 deletions
src/data/datafiles
20
src/data/datafiles/favouritesdata.json
Normal file
20
src/data/datafiles/favouritesdata.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"name": "Scathach",
|
||||
"origin": "Fate/Grand Order",
|
||||
"imageFile": "scathach.png",
|
||||
"link": "https://twitter.com/firq_ow/status/1541064034618904578"
|
||||
},
|
||||
{
|
||||
"name": "Skadi",
|
||||
"origin": "Fate/Grand Order",
|
||||
"imageFile": "skadi.png",
|
||||
"link": "https://twitter.com/firq_ow/status/1544321985995489280"
|
||||
},
|
||||
{
|
||||
"name": "Summer Skadi",
|
||||
"origin": "Fate/Grand Order",
|
||||
"imageFile": "summerskadi.png",
|
||||
"link": "https://twitter.com/firq_ow/status/1816355501216596073"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue