Skip to content

Commit ececbc5

Browse files
committed
fix sns buttons
1 parent 64a0ddd commit ececbc5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.vitepress/theme/components/PageTitle.vue

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/>
2121
<a
2222
:href="
23-
'http://b.hatena.ne.jp/entry/s/future-architect.github.io/coding-standards' +
23+
'http://b.hatena.ne.jp/entry/s/future-architect.github.io' +
2424
$page.path
2525
"
2626
class="hatena-bookmark-button"
@@ -92,9 +92,7 @@ export default {
9292
};
9393
},
9494
pageUrl() {
95-
return (
96-
"https://future-architect.github.io/coding-standards" + this.$page.path
97-
);
95+
return "https://future-architect.github.io" + this.$page.path;
9896
},
9997
},
10098
mounted() {

0 commit comments

Comments
 (0)