Skip to content

Commit e3a671c

Browse files
- Updated paths to fix v2 index.html not working
1 parent 015c8c8 commit e3a671c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/v2/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
></script>
4747
<script
4848
type="text/javascript"
49-
src="/deploy/assets/js/web-components.min.js"
49+
src="../assets/js/web-components.min.js"
5050
></script>
5151
<link
5252
rel="stylesheet"
5353
type="text/css"
54-
href="/deploy/assets/css/styles.min.css"
54+
href="../assets/css/styles.min.css"
5555
/>
56-
<link rel="icon" type="image/png" href="/deploy/assets/img/favicon.png" />
56+
<link rel="icon" type="image/png" href="../assets/img/favicon.png" />
5757
</head>
5858
<body>
5959
<!-- apiDescriptionUrl must point to a web resource, and not to a static file, so it doesn't give an error when going back and forth on the site -->

0 commit comments

Comments
 (0)