We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015c8c8 commit e3a671cCopy full SHA for e3a671c
deploy/v2/index.html
@@ -46,14 +46,14 @@
46
></script>
47
<script
48
type="text/javascript"
49
- src="/deploy/assets/js/web-components.min.js"
+ src="../assets/js/web-components.min.js"
50
51
<link
52
rel="stylesheet"
53
type="text/css"
54
- href="/deploy/assets/css/styles.min.css"
+ href="../assets/css/styles.min.css"
55
/>
56
- <link rel="icon" type="image/png" href="/deploy/assets/img/favicon.png" />
+ <link rel="icon" type="image/png" href="../assets/img/favicon.png" />
57
</head>
58
<body>
59
<!-- 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