npm run serve:ssr funktioniert und Hamburger Menu bug fix
This commit is contained in:
8
bizmatch/src/app/app.routes.server.ts
Normal file
8
bizmatch/src/app/app.routes.server.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { RenderMode, ServerRoute } from '@angular/ssr';
|
||||
|
||||
export const serverRoutes: ServerRoute[] = [
|
||||
{
|
||||
path: '**',
|
||||
renderMode: RenderMode.Server
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user