Skip to content

Commit 2b217fa

Browse files
committed
wip: The polyfill JS file isn’t loading in the deployed static site. Try symbolic linking to it, then referencing the link colocated with the HTML files.
1 parent c8dbab1 commit 2b217fa

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ariaNotify-polyfill.js

examples/kanban/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,6 @@ <h2>Done</h2>
301301
);
302302
});
303303
</script>
304-
<script src="../../ariaNotify-polyfill.js"></script>
304+
<script src="./ariaNotify-polyfill.js"></script>
305305
</body>
306306
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ariaNotify-polyfill.js

examples/suggested-text/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,6 @@
418418
trieRoot.insert("weird");
419419
trieRoot.insert("world");
420420
</script>
421-
<script src="../../ariaNotify-polyfill.js"></script>
421+
<script src="./ariaNotify-polyfill.js"></script>
422422
</body>
423423
</html>

0 commit comments

Comments
 (0)