Skip to content

Commit

Permalink
Fix redirect for samples/videoUploadingWebCodecs
Browse files Browse the repository at this point in the history
I fixed this once but then a later change broke it
  • Loading branch information
greggman committed Mar 8, 2024
1 parent 2d47334 commit b9b24a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/tools/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ copyAndWatch(
{ src: 'public/**/*', srcPrefix: 'public', dst: 'out' },
{ src: 'meshes/**/*', dst: 'out' },
{ src: 'sample/**/*', dst: 'out' },
{ src: 'samples/**/*', dst: 'out' },
{ src: 'shaders/**/*', dst: 'out' },
{ src: 'index.html', dst: 'out' },
],
Expand Down
File renamed without changes.

0 comments on commit b9b24a4

Please sign in to comment.