is there a way to add the video the static page in tauri application?

when i try to load a video from the video tag in html it works in the dev but not in build in tauri app
enter image description here
this is the image of the file tree
now the code that load the video

<video
    src="./assets/video/textify.mp4"
    id="video"
    muted
    autoplay
></video>

when i try google it its says that i need to add the location of the video to the resource in the tauri.config.json i did that but it did not work