Openstatus www.openstatus.dev

✏️ changelog (#1395)

* ✏️ changelog

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
12c30aca 65473667

+13 -2
+2 -2
apps/status-page/src/middleware.ts
··· 89 89 // WTF is this 90 90 if (_page.customDomain === prefix && pathnames[1] === pathnames[2]) { 91 91 const newPathname = `/${pathnames.slice(2).join("/")}`; 92 - console.log('newPath', newPathname) 93 - console.log(pathnames) 92 + console.log("newPath", newPathname); 93 + console.log(pathnames); 94 94 return NextResponse.rewrite(new URL(`${pathnames[1]}`, req.url)); 95 95 } 96 96
apps/web/public/assets/changelog/follow-redirect.png

This is a binary file and will not be displayed.

+11
apps/web/src/content/changelog/follow-redirect.mdx
··· 1 + --- 2 + title: Follow Redirect 3 + description: Choose if you want to follow redirects or not. 4 + image: /assets/changelog/follow-redirect.png 5 + publishedAt: 2025-09-28 6 + --- 7 + 8 + You can now choose if you want to follow redirects for your requests. By default, redirects are followed. 9 + 10 + 11 + Thanks to [Anonymus2000](https://github.com/Nil2000) for the contribution.