Skip to content

Commit 187ddc2

Browse files
committed
ng build --prod --aot
1 parent a315cc4 commit 187ddc2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>NoVA Code Camp</title>
6-
<base href="https://novacodecamp.org/app/">
6+
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
99
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
@@ -25,5 +25,5 @@
2525
})();
2626
</script>
2727
<app-root></app-root>
28-
<script src="runtime.acf0dec4155e77772545.js" defer></script><script src="polyfills.35a5ca1855eb057f016a.js" defer></script><script src="main.3e5f8910045ad5ae5fa2.js" defer></script></body>
28+
<script src="runtime.acf0dec4155e77772545.js" defer></script><script src="polyfills.35a5ca1855eb057f016a.js" defer></script><script src="main.65a92e90a189d362c388.js" defer></script></body>
2929
</html>

app/main.65a92e90a189d362c388.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)