base href server test
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 46s
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 46s
This commit is contained in:
@@ -5,6 +5,7 @@ import {Produktbaum} from './produktbaum/produktbaum';
|
||||
|
||||
export const routes: Routes = [
|
||||
// { path: '', redirectTo: '/produktbaum', pathMatch: 'full' },
|
||||
{ path: '', component: Produktbaum },
|
||||
{ path: 'produktbaum', component: Produktbaum },
|
||||
{ path: 'risikoobjekte', component: RisikoobjektView },
|
||||
];
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>OMDSAngularWebClient</title>
|
||||
<base href="/">
|
||||
<base href="/produktbaum/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user