We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a0ddd commit ececbc5Copy full SHA for ececbc5
.vitepress/theme/components/PageTitle.vue
@@ -20,7 +20,7 @@
20
/>
21
<a
22
:href="
23
- 'http://b.hatena.ne.jp/entry/s/future-architect.github.io/coding-standards' +
+ 'http://b.hatena.ne.jp/entry/s/future-architect.github.io' +
24
$page.path
25
"
26
class="hatena-bookmark-button"
@@ -92,9 +92,7 @@ export default {
92
};
93
},
94
pageUrl() {
95
- return (
96
- "https://future-architect.github.io/coding-standards" + this.$page.path
97
- );
+ return "https://future-architect.github.io" + this.$page.path;
98
99
100
mounted() {
0 commit comments