Skip to content

Commit

Permalink
fix sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Sep 16, 2024
1 parent 58bb614 commit 9530317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hydra-vue-f7/src/pages/sidenav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
methods: {
getUrl(item) {
return item['@id'].replace('https://hydra.pretagov.com/', '/').replace('https://hydra.pretagov.com', '/')
return item['@id'].replace('https://hydra-api.pretagov.com/', '/').replace('https://hydra-api.pretagov.com', '/')
}
},
data() {
Expand Down

0 comments on commit 9530317

Please sign in to comment.