Skip to content

Commit

Permalink
Correct file names to index HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
cszach committed Apr 29, 2024
1 parent fa868c6 commit 30df844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cornell-box-raytraced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
</head>
<body>
<canvas></canvas>
<script src="./index.js" type="module"></script>
<script src="./index.ts" type="module"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion examples/cornell-box/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
</head>
<body>
<canvas></canvas>
<script src="./index.js" type="module"></script>
<script src="./index.ts" type="module"></script>
</body>
</html>

0 comments on commit 30df844

Please sign in to comment.