Skip to content

Commit

Permalink
#42.6 | Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongXuanNhat committed Dec 6, 2023
1 parent 99b63d9 commit f5d23e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Tôi yêu lịch sử</title>
<base href="">
<base href="/VietNamHistory_FEweb/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/Icon/pagoda.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
Expand All @@ -25,5 +25,5 @@
</style>
<body class="ig-typography ig-scrollbar">
<app-root></app-root>
<script src="runtime.10f09cdf8c3e24d5.js" type="module"></script><script src="polyfills.918ca83f6100aaee.js" type="module"></script><script src="scripts.cd816875f3dc91fb.js" defer></script><script src="main.a919e536cad8ffd0.js" type="module"></script></body>
<script src="runtime.10f09cdf8c3e24d5.js" type="module"></script><script src="polyfills.918ca83f6100aaee.js" type="module"></script><script src="scripts.cd816875f3dc91fb.js" defer></script><script src="main.a3e5c82d123fffce.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const routes: Routes = [
];

@NgModule({
imports: [RouterModule.forRoot(routes), HttpClientModule],
imports: [RouterModule.forRoot(routes,{ useHash: true}), HttpClientModule],
exports: [RouterModule],
providers: [
{
Expand Down

0 comments on commit f5d23e7

Please sign in to comment.