Skip to content

Commit 047c530

Browse files
authored
Fix MIME-typo in Vue example
1 parent 9110bb0 commit 047c530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vue-vite-app/src/components/FFmpegDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineComponent({
2828
})
2929
await ffmpeg.load({
3030
coreURL: await toBlobURL(`${baseURL}/ffmpeg-core.js`, 'text/javascript'),
31-
wasmURL: await toBlobURL(`${baseURL}/ffmpeg-core.wasm`, 'applicaiton/wasm'),
31+
wasmURL: await toBlobURL(`${baseURL}/ffmpeg-core.wasm`, 'application/wasm'),
3232
workerURL: await toBlobURL(`${baseURL}/ffmpeg-core.worker.js`, 'text/javascript')
3333
})
3434
message.value = 'Start transcoding'

0 commit comments

Comments
 (0)