BaseHref changed
parent
d89fabf7f3
commit
a0deb37a35
|
@ -1 +1 @@
|
||||||
NG_APP_BASE_API_URL=https://localhost:8443
|
NG_APP_BASE_API_URL=https://127.0.0.1:8443
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
"build": {
|
"build": {
|
||||||
"builder": "@ngx-env/builder:application",
|
"builder": "@ngx-env/builder:application",
|
||||||
"options": {
|
"options": {
|
||||||
|
"baseHref": "/oggui/",
|
||||||
"localize": true,
|
"localize": true,
|
||||||
"aot": true,
|
"aot": true,
|
||||||
"outputPath": "dist/og-webconsole",
|
"outputPath": "dist/og-webconsole",
|
||||||
|
@ -55,8 +56,8 @@
|
||||||
"budgets": [
|
"budgets": [
|
||||||
{
|
{
|
||||||
"type": "initial",
|
"type": "initial",
|
||||||
"maximumWarning": "500kb",
|
"maximumWarning": "4mb",
|
||||||
"maximumError": "1mb"
|
"maximumError": "8mb"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
|
|
Loading…
Reference in New Issue