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"
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 thantype="audio/aac"