mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
fixed #35
so umm looks like when you used update it would clear out config.json file, resaon being i was updating the html with only one argument and it needed 4 lol mb
This commit is contained in:
parent
5ff9146ff5
commit
3a1731c776
1 changed files with 4 additions and 1 deletions
5
dist/config.json
vendored
5
dist/config.json
vendored
|
@ -3,6 +3,9 @@
|
||||||
"username": null,
|
"username": null,
|
||||||
"name": null,
|
"name": null,
|
||||||
"userimg": null,
|
"userimg": null,
|
||||||
"theme": "light"
|
"sort": null,
|
||||||
|
"order": null,
|
||||||
|
"includeFork": null,
|
||||||
|
"theme": "light.css"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue