Skip to content

Commit

Permalink
Remove component details page
Browse files Browse the repository at this point in the history
Remove component details page
  • Loading branch information
s-n-park committed Feb 14, 2024
1 parent 01ebd4e commit 561c6ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/sitemap.xml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ function generateSiteMap() {
<loc>${process.env.NEXT_PUBLIC_HOSTNAME}/applications</loc>
<lastmod>2024-02-13</lastmod>
</url>
<url>
<loc>${process.env.NEXT_PUBLIC_HOSTNAME}/near/widget/ComponentDetailsPage</loc>
<lastmod>2024-02-13</lastmod>
</url>
<url>
<loc>${process.env.NEXT_PUBLIC_HOSTNAME}/bridge</loc>
<lastmod>2024-02-13</lastmod>
Expand Down Expand Up @@ -2231,7 +2227,7 @@ function generateSiteMap() {
<loc>${process.env.NEXT_PUBLIC_HOSTNAME}/blog/software-eating-financial-contracts</loc>
<lastmod>2024-02-13</lastmod>
</url>
</urlset>
</urlset>
`;
}

Expand Down

0 comments on commit 561c6ed

Please sign in to comment.