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": {
|
||||
"builder": "@ngx-env/builder:application",
|
||||
"options": {
|
||||
"baseHref": "/oggui/",
|
||||
"localize": true,
|
||||
"aot": true,
|
||||
"outputPath": "dist/og-webconsole",
|
||||
|
@ -55,8 +56,8 @@
|
|||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "500kb",
|
||||
"maximumError": "1mb"
|
||||
"maximumWarning": "4mb",
|
||||
"maximumError": "8mb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
|
|
Loading…
Reference in New Issue