···5566import { Image } from 'astro:assets';
77import { Aside } from '@astrojs/starlight/components';
88+import { ShowcaseYouTube } from 'starlight-showcases'
99+810import ConfigureStatusPage1 from '../../../assets/tutorial/configure-status-page/configure-status-page-1.png';
911import StatusPageFloating from '../../../assets/tutorial/configure-status-page/status-page-floating.png';
1012import StatusPageBeta1 from '../../../assets/tutorial/configure-status-page/status-page-beta-1.png';
···106108107109---
108110109109-We are adding some additional features. Feel free to let us know what's missing!111111+We are adding some additional features. Feel free to let us know what's missing!
112112+113113+## Video Tutorial
114114+115115+<ShowcaseYouTube
116116+ entries={[
117117+ {
118118+ href: 'https://www.youtube.com/watch?v=igMbSrej6RQ',
119119+ title: 'View, configure and enable the new status page',
120120+ },
121121+122122+ ]}
123123+/>
···11+---
22+title: Status page redesign (beta)
33+description: A whole new experience with more control
44+image: /assets/changelog/status-page-redesign-beta.png
55+publishedAt: 2025-10-03
66+---
77+88+You can now toggle the new status page version. We provide more flexibility and options to include:
99+1010+- more tracker options
1111+- community themes
1212+- support button to website / email
1313+- homepage link on logo
1414+1515+Read more within our [documentation](http://localhost:4321/tutorial/how-to-configure-status-page/) and see how your page will look like by going to `[slug].stpg.dev` (e.g. [status.stpg.dev](https://status.stpg.dev)).
1616+1717+We will enable the new status page globally beginning of next year.