Skip to content

Commit

Permalink
Index test
Browse files Browse the repository at this point in the history
  • Loading branch information
johc committed Mar 21, 2024
1 parent 6604081 commit 6d790e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Build the Angular project
- name: Build Angular app
run: ng build
run: ng build --base-href=/fmd-telemetry/browser/

# Setup Pages
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Fmd Telemetry</title>
<base href="/">
<base href="/fmd-telemetry/browser/">
<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/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 6d790e3

Please sign in to comment.