mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-14 16:42:21 +00:00
Fries
f3b23b14f0
i updated astro to the latest version. i also finally added more friends and changed up how the friend data is stored in the repo. it is now json backed by a schema. it can also display website buttons with alt text!
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"editor.insertSpaces": false,
|
|
"editor.detectIndentation": false,
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/src/content/friends/*.json"
|
|
],
|
|
"url": "/friends-schema.json"
|
|
}
|
|
],
|
|
}
|