mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
7 lines
208 B
TypeScript
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;
|
|
|