Skip to content

Commit

Permalink
Merge pull request #2172 from ORCID/lmendoza/WORDPRESS_HOME_PAGE
Browse files Browse the repository at this point in the history
WORDPRESS_HOME_PAGE
  • Loading branch information
leomendoza123 authored Feb 28, 2024
2 parents cf8bc73 + c470c37 commit cad126a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/wordpress/wordpress.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export class WordpressService {
if (this.locale.includes('en')) {
return ''
}
return this.locale
return '/' + this.locale
}
}

0 comments on commit cad126a

Please sign in to comment.