mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix deploy urls
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user