Skip to content

Commit

Permalink
Update redirect opt (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
beming-dev authored Jan 14, 2025
2 parents fac7327 + fed4be8 commit ff15856
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ const baseNextConfig = {
return [
{
source: "/:path*",
has: [
{
type: "host",
value: "studyabout.herokuapp.com",
},
],
destination: "https://about-front.kro.kr/:path*",
permanent: true, // 301 리다이렉트
permanent: true,
},
];
},
Expand Down

0 comments on commit ff15856

Please sign in to comment.