Openstatus www.openstatus.dev

fix: www

+4 -3
+4 -3
apps/web/next.config.js
··· 100 100 { type: "cookie", key: "sp_mode", value: "new" }, 101 101 { 102 102 type: "host", 103 - value: "(?<domain>.+)", 103 + value: 104 + "^(?!.*\\.openstatus\\.dev$)(?!openstatus\\.dev$)(?<domain>.+)$", 104 105 }, 105 106 ], 106 - destination: "https://stpg.dev/:domain/:path*", 107 + destination: "https://www.stpg.dev/:domain/:path*", 107 108 }, 108 109 ], 109 110 }; ··· 137 138 138 139 // Automatically tree-shake Sentry logger statements to reduce bundle size 139 140 disableLogger: true, 140 - } 141 + }, 141 142 );