Skip to content

Commit

Permalink
deploy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Ale committed Sep 22, 2019
1 parent a086a30 commit 62f6d12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
publish = "dist"
command = "npm run build"
environment = { NODE_VERSION = "v10.16.0" }

[[redirects]]
from = "/*"
to = "/index.html"
status = 200
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>AngularJitsiClient</title>
<title>Jitsi chat</title>
<base href="/">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.slim.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 62f6d12

Please sign in to comment.