Openstatus www.openstatus.dev

fix: add feed to redirect (#1527)

authored by

Maximilian Kaske and committed by
GitHub
90e17f14 7aefd432

+1 -1
+1 -1
apps/web/next.config.js
··· 108 108 }, 109 109 { 110 110 source: 111 - "/:path((?!api|assets|_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt|events|monitors|protected|verify).*)", 111 + "/:path((?!api|assets|_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt|feed|events|monitors|protected|verify).*)", 112 112 has: [ 113 113 { type: "cookie", key: "sp_mode", value: "new" }, 114 114 {