Skip to content

Commit f5788db

Browse files
committed
chore: fix demo base href
1 parent fe87f98 commit f5788db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/demo/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>Angular Material Runtime Theme – Demo</title>
6-
<base href="/" />
6+
<base href="./" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />
99
<link rel="preconnect" href="https://fonts.googleapis.com" />

0 commit comments

Comments
 (0)