Skip to content

Commit 2c1ea0c

Browse files
committed
chore(page): add
1 parent 85b8ae0 commit 2c1ea0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
1010
crossorigin="anonymous"
1111
></script>
12-
<script src="/static/js/d3.v4.js"></script>
13-
<script src="/static/js/d3-tip.js"></script>
14-
<script src="/static/js/blast-radius.js"></script>
15-
<script src="/static/js/categories.js"></script>
16-
<link rel="stylesheet" type="text/css" href="/static/css/style.css" />
12+
<script src="static/js/d3.v4.js"></script>
13+
<script src="static/js/d3-tip.js"></script>
14+
<script src="static/js/blast-radius.js"></script>
15+
<script src="static/js/categories.js"></script>
16+
<link rel="stylesheet" type="text/css" href="static/css/style.css" />
1717
<title>Terraform TypeScript Lambda & API Gateway Infrastructure</title>
1818
</head>
1919
<body>
2020
<div id="graph"></div>
2121
<script>
22-
blastradius("#graph", "/graph.svg", "/graph.json");
22+
blastradius("#graph", "graph.svg", "graph.json");
2323
</script>
2424
</body>
2525
</html>

0 commit comments

Comments
 (0)