Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 25, 2024
1 parent 3a3c32c commit 88e5314
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ const nextConfig = {
{
type: "host",
value: "app.openstatus.dev",
}
},
],
destination: "/app/:path*"
}
]
}
}
destination: "/app/:path*",
},
],
};
},
};

module.exports = withSentryConfig(
Expand Down

0 comments on commit 88e5314

Please sign in to comment.