Fix paths after folder move

This commit is contained in:
Matthias Portzel 2023-08-25 12:29:48 -07:00
parent 56e0c2fbbb
commit fb0eb2f323
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"database": {
"client": "sqlite3",
"connection": {
"filename": "/Users/matthias/Programs/MatthiasPortzel.com-6-Ghost/content/data/ghost-local.db"
"filename": "/Users/matthias/Programs/MatthiasPortzel.com/content/data/ghost-local.db"
}
},
"mail": {
@ -21,7 +21,7 @@
},
"process": "local",
"paths": {
"contentPath": "/Users/matthias/Programs/MatthiasPortzel.com-6-Ghost/content"
"contentPath": "/Users/matthias/Programs/MatthiasPortzel.com/content"
},
"privacy": {
"useUpdateCheck": false,