Right now, we can't use vite's new URL on server side (I guess).
Due to this we've to use useAvatarPreview on server side that uses fs and on client side we have AvatarPreview component that uses new URL.
Once we make this composable compatible with server & client both, remove AvatarPreview component and use this composable directly in app.vue and also remove the ClientOnly.