Skip to content

Commit

Permalink
ci: deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuhji committed Mar 22, 2024
1 parent 80d0bd9 commit fe8bc4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"maximumError": "80kb"
}
],
"outputHashing": "all",
"baseHref": "/ventura-vdr/"
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:prod": "ng build --configuration production --base-href ./",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint \"*/**/*.{ts,tsx}\"",
Expand Down
4 changes: 2 additions & 2 deletions src/app/content/pages/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
href="https://unsplash.com/photos/aerial-view-of-city-buildings-during-daytime-gGneMriFtW4"
target="_blank">Background image provided by Unsplash</a></div>
<div
class="background bg-cover bg-[url('/assets/img/manchester.jpg')] w-screen h-screen xl:h-[calc(100vh-80px)] relative z-0">
class="background bg-cover bg-[url('assets/img/manchester.jpg')] w-screen h-screen xl:h-[calc(100vh-80px)] relative z-0">
</div>
<div
class="absolute top-0 left-0 z-10 overlay bg-gradient-to-br from-black to-gray-700 opacity-90 w-screen h-screen xl:h-[calc(100vh-80px)]">
Expand Down Expand Up @@ -88,4 +88,4 @@
</div>
</div>

</div>
</div>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>VENTURA VDR</title>
<base href="/ventura-vdr">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<link rel="icon" type="image/x-icon" href="assets/favicon.png">
Expand Down

0 comments on commit fe8bc4e

Please sign in to comment.