File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import { MediaModule } from "./media/media.module";
24
24
imports : [
25
25
ServeStaticModule . forRoot ( {
26
26
rootPath : join ( __dirname , ".." , "front" ) ,
27
- serveRoot : "/" ,
28
27
serveStaticOptions : {
29
28
cacheControl : true ,
30
29
maxAge : 31536000
Original file line number Diff line number Diff line change 10
10
< a class ="nav-link text-black " aria-current ="page " [attr.data-bs-toggle] ="isMobile ? 'collapse' : '' " [attr.data-bs-target] ="isMobile ? '#navbarSupportedContent' : '' " [routerLink] ="this.cookieService.get('authenticated') ? '/homepage' : '' "> Home</ a >
11
11
</ li >
12
12
< li class ="nav-item ">
13
- < a class ="nav-link text-black " aria-current ="page " [attr.data-bs-toggle] =" isMobile ? 'collapse' : '' " [attr.data-bs-target] =" isMobile ? '#navbarSupportedContent' : '' " href ="/handbook "> Handbook</ a >
13
+ < a class ="nav-link text-black " aria-current ="page " href ="/handbook "> Handbook</ a >
14
14
</ li >
15
15
< li class ="btn-group " dropdown >
16
16
< button id ="button-basic " dropdownToggle type ="button " class ="btn btn-primary dropdown-toggle fs-5 h-100 w-25 "
You can’t perform that action at this time.
0 commit comments