mirror of https://github.com/Chocobozzz/PeerTube
Fix deploy urls
parent
09e1784b7a
commit
5cbb53996e
|
@ -138,7 +138,7 @@
|
|||
"tsConfig": "tsconfig.app.json",
|
||||
"polyfills": "src/polyfills.ts",
|
||||
"baseHref": "/",
|
||||
"deployUrl": "client/",
|
||||
"deployUrl": "",
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": [
|
||||
"src/sass/include"
|
||||
|
@ -161,7 +161,8 @@
|
|||
"p2p-media-loader-hlsjs",
|
||||
"video.js",
|
||||
"sha1",
|
||||
"postcss"
|
||||
"postcss",
|
||||
"core-js/features/reflect"
|
||||
],
|
||||
"scripts": [],
|
||||
"vendorChunk": true,
|
||||
|
|
|
@ -24,6 +24,10 @@
|
|||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/client/assets": {
|
||||
"target": "http://localhost:9000",
|
||||
"secure": false
|
||||
},
|
||||
"/!(client)**": {
|
||||
"target": "http://localhost:3000/client/index.html",
|
||||
"secure": false,
|
||||
|
|
Loading…
Reference in New Issue