Files
mediacms/frontend-tools/chapters-editor/client/src/assets/audioPosterUrl.ts

7 lines
208 B
TypeScript

// Import the audio poster image as a module
// Vite will handle this and provide the correct URL
import audioPosterJpg from '../../public/audio-poster.jpg';
export const AUDIO_POSTER_URL = audioPosterJpg;