diff --git a/angular.json b/angular.json index f463e9e..8432169 100644 --- a/angular.json +++ b/angular.json @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/angular-jitsi-client", + "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..c14fdc0 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +[build] + publish = "dist" + command = "npm run build" + environment = { NODE_VERSION = "v10.16.0" } + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file diff --git a/src/index.html b/src/index.html index de3a986..e6671d4 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - AngularJitsiClient + Jitsi chat