Skip to content

Commit

Permalink
🚨 Fix(#47): μŠ€ν…Œλ”” 상세 νŽ˜μ΄μ§€ μ‚¬μ΄νŠΈλ§΅ url μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sscoderati committed Feb 29, 2024
1 parent b0e1939 commit e0f5908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(steady)/steady/detail/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
`/api/v1/steadies/search?page=0&like=false&status=RECRUITING`,
);
return response.data.content.map((steady: Steady) => ({
url: `/steady/detail/${steady.id}`,
url: `https://steadies.kr/steady/detail/${steady.id}`,
changefreq: "daily",
priority: 0.9,
lastModified: new Date(steady.createdAt).toISOString(),
Expand Down

0 comments on commit e0f5908

Please sign in to comment.