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