Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: app permanent redirect (#1320)

* chore: app permanent redirect

* ci: apply automated fixes

---------

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

authored by

Maximilian Kaske
autofix-ci[bot]
and committed by
GitHub
e1ad48e2 9e5d4fdf

+5
+5
apps/web/next.config.js
··· 57 57 destination: "/status-page", 58 58 permanent: true, 59 59 }, 60 + { 61 + source: "/app/:path*", 62 + destination: "https://app.openstatus.dev/", 63 + permanent: true, 64 + }, 60 65 ]; 61 66 }, 62 67 async rewrites() {