Skip to content

Commit

Permalink
Merge pull request #47 from ScottLogic/set-base-to-repo
Browse files Browse the repository at this point in the history
Production builds set base to be repo name
  • Loading branch information
jmain-scottlogic authored Apr 26, 2024
2 parents 3b4cc60 + 010d219 commit 14e18dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"maximumWarning": "2kb",
"maximumError": "4kb"
}
]
],
"baseHref": "/sl-tech-carbon-estimator/"
},
"development": {
"optimization": false,
Expand Down
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<title>tech-carbon-estimator</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet" />
Expand Down

0 comments on commit 14e18dd

Please sign in to comment.