Skip to content

Commit

Permalink
Merge pull request #5515 from kiva/direct-lender-page-to-new-stack-MP…
Browse files Browse the repository at this point in the history
…-458

feat: redirect to new lender page
  • Loading branch information
christian14b authored Sep 16, 2024
2 parents 49f9d79 + bf02af3 commit b71221c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/pages/LenderProfile/LenderProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ export default {
vmid: 'twitter:description',
content: this.pageDescription,
},
]).concat([
{
vmid: 'robots',
name: 'robots',
content: 'noindex, nofollow',
},
]),
};
},
Expand Down
2 changes: 1 addition & 1 deletion src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ module.exports = [
},
{
name: 'lenderProfile',
path: '/lender-vue/:publicId',
path: '/lender/:publicId',
component: () => import('@/pages/LenderProfile/LenderProfile'),
meta: {
excludeFromStaticSitemap: true,
Expand Down

0 comments on commit b71221c

Please sign in to comment.