Openstatus www.openstatus.dev

fix: remove trailing slash (#1377)

* fix: remove trailing slash

* 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
5b6d153f ed3a8152

-12
-12
apps/web/next.config.js
··· 45 45 async headers() { 46 46 return [{ source: "/(.*)", headers: securityHeaders }]; 47 47 }, 48 - trailingSlash: true, 49 48 async redirects() { 50 49 return [ 51 50 { ··· 68 67 async rewrites() { 69 68 return { 70 69 beforeFiles: [ 71 - // Proxy app subdomain to /app 72 - { 73 - source: "/:path*", 74 - has: [ 75 - { 76 - type: "host", 77 - value: "app.openstatus.dev", 78 - }, 79 - ], 80 - destination: "/app/:path*", 81 - }, 82 70 // New design: proxy app routes to external host with slug prefix 83 71 { 84 72 source: "/:path*",