twostraws / Ignite

A static site generator for Swift developers.
MIT License
1.71k stars 94 forks source link

Audio controls now have extra "audio/" in type="audio/audio/aac" #130

Open adstannard opened 4 weeks ago

adstannard commented 4 weeks ago

The Audio controls were working for me on the version from 16 Sept but have since stopped working. I believe it is due to the type in the audio control <source src="/audio/introduction-audio.aac" type="audio/audio/aac">

I don't know much about how this has changed but my best guess is something must have changed with Sources/Ignite/Elements/Audio.swift the 1 parent change is b2d39ef commit adfe9db. I know this change is about HoverEffect but seems to be only one doing something to the Audio.swift file.

The build file html now reads type="audio/audio/aac" rather than type="audio/aac"