Remove config.json from staged

This commit is contained in:
Sofía Aritz 2024-07-09 19:14:07 +02:00
parent 3cdc086852
commit 51af8a0373
Signed by: sofia
GPG key ID: 90B5116E3542B28F
2 changed files with 14 additions and 1 deletions

2
.gitignore vendored
View file

@ -12,4 +12,4 @@
#!.yarn/cache #!.yarn/cache
.pnp.* .pnp.*
./config/* ./config/config.json

13
config/config.json Normal file
View file

@ -0,0 +1,13 @@
{
"redirects": {
"": {
"url": "https://sofiaritz.com"
},
"fonts": {
"url": "https://gfonts.sofiaritz.com"
},
"code": {
"url": "https://git.sofiaritz.com/explore/repos"
}
}
}