Skip to content

Commit

Permalink
fix sns buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 20, 2024
1 parent 64a0ddd commit ececbc5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vitepress/theme/components/PageTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/>
<a
:href="
'http://b.hatena.ne.jp/entry/s/future-architect.github.io/coding-standards' +
'http://b.hatena.ne.jp/entry/s/future-architect.github.io' +
$page.path
"
class="hatena-bookmark-button"
Expand Down Expand Up @@ -92,9 +92,7 @@ export default {
};
},
pageUrl() {
return (
"https://future-architect.github.io/coding-standards" + this.$page.path
);
return "https://future-architect.github.io" + this.$page.path;
},
},
mounted() {
Expand Down

0 comments on commit ececbc5

Please sign in to comment.