Remove config.json from staged
This commit is contained in:
parent
3cdc086852
commit
51af8a0373
2 changed files with 14 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,4 +12,4 @@
|
||||||
#!.yarn/cache
|
#!.yarn/cache
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
./config/*
|
./config/config.json
|
13
config/config.json
Normal file
13
config/config.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"redirects": {
|
||||||
|
"": {
|
||||||
|
"url": "https://sofiaritz.com"
|
||||||
|
},
|
||||||
|
"fonts": {
|
||||||
|
"url": "https://gfonts.sofiaritz.com"
|
||||||
|
},
|
||||||
|
"code": {
|
||||||
|
"url": "https://git.sofiaritz.com/explore/repos"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue