Skip to content

Commit d230bef

Browse files
authored
Merge pull request #39 from hwgilbert16/develop
v1.0.5 hotfix 2
2 parents 5dbd1ce + 67272e2 commit d230bef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/api/src/app/app.module.ts

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import { MediaModule } from "./media/media.module";
2424
imports: [
2525
ServeStaticModule.forRoot({
2626
rootPath: join(__dirname, "..", "front"),
27-
serveRoot: "/",
2827
serveStaticOptions: {
2928
cacheControl: true,
3029
maxAge: 31536000

apps/front/src/app/header/header.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<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>
1111
</li>
1212
<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>
1414
</li>
1515
<li class="btn-group" dropdown>
1616
<button id="button-basic" dropdownToggle type="button" class="btn btn-primary dropdown-toggle fs-5 h-100 w-25"

0 commit comments

Comments
 (0)