We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d14f05 commit 7af833dCopy full SHA for 7af833d
components/AppHeader.vue
@@ -24,6 +24,7 @@ export default {
24
drawer: false,
25
pages: [
26
{ title: 'VENUE', to: 'https://www.otsu-dengei.jp/' },
27
+ { title: 'BLOG', to: 'https://note.com/kanrk' },
28
{ title: 'POLICIES', to: '/policies' },
29
{ title: 'ABOUT', to: '/about' },
30
],
components/AppHeaderIndex.vue
0 commit comments