diff --git a/.gitignore b/.gitignore index 62c8935..2388c53 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea/ \ No newline at end of file +.idea/ +build/ \ No newline at end of file diff --git a/satis.json b/satis.json index d346020..955f49e 100644 --- a/satis.json +++ b/satis.json @@ -1,6 +1,6 @@ { "name": "blackbirdchess/blackbirdchess-repository-composer", - "homepage": "https://blackbirdchess.app", + "homepage": "https://repo.blackbirdchess.app", "repositories": [ { "type": "vcs", @@ -12,5 +12,5 @@ } ], "require-all": true, - "output-dir": "build" + "output-dir": "./build" }