{X}avier
Mount path for volume using Svelte.
So i have large media files in my project. Im trying to bypass the 'file too large' deploy errors.
so i have used a FileBrowser service and uploaded the files there and mounted the volume to my service.
Im using svelte and referencing my files from /static
what path should i mount the filebrowser volume to in my project, /app/static ?
8 replies