After creating a spa with vue.js for the frontend, I utilized the vuetify library for various components and layout. While everything looked great locally, upon deploying to Azure, all vuetify styling seemed to disappear. My custom css was still applying, but the vuetify-specific styles were not appearing. Despite checking the developer console for error messages, none were present. Any suggestions or insights on this issue?