Umbraco Certified Master | Umbraco MVP (2x) | UmbHost Master Mind
Aaron Sadler shares his experience on how in Umbraco 15+, removing the "Getting Started" dashboard is more complex than in previous versions. The process involves creating a Vite package, configuring TypeScript and Vite settings, and writing a JavaScript file to exclude the dashboard. Following these steps allows users to successfully hide the dashboard in the Umbraco backoffice.
Aaron Sadler explores a common issue with Web Deploy resetting file permissions during deployment and provides a solution to prevent this from happening. It includes a configuration change and an alternative command-line approach to maintain custom permissions across deployments.