Обновление URL-адресов в package.json для репозитория, ошибок и домашней страницы

This commit is contained in:
adlevin
2025-11-18 10:13:56 +03:00
parent 5c8a350f61
commit c73901186c

View File

@@ -26,10 +26,10 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/your-username/fidem-medical-center.git" "url": "git@github.com:Honfred/fidem.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/your-username/fidem-medical-center/issues" "url": "https://github.com/Honfred/fidem/issues"
}, },
"homepage": "https://yourdomain.com" "homepage": "https://fidem-slonim.by"
} }