[Bugfix] Fix docusaurus config that prevents the docs unable to deploy in AiCure repo

This commit is contained in:
Muhammad Faisyal
2022-10-16 03:12:14 +07:00
parent 7970d3c86a
commit 9297735f0b
4 changed files with 20 additions and 22 deletions

View File

@@ -4,8 +4,8 @@
"version": "0.0.1",
"private": true,
"license": "CC-BY-4.0",
"homepage": "https://teebid.github.io/aicure_opendbm/",
"repository": "github:teebid/aicure_opendbm",
"homepage": "https://aicure.github.io/open_dbm/",
"repository": "github:aicure/open_dbm",
"bugs": {
"url": "https://github.com/AiCure/open_dbm/issues"
},