Skip to content

Commit

Permalink
fix: add title
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokaiser committed Feb 17, 2024
1 parent 179f209 commit d49aca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ import { useKeyboard } from '../composables/useKeyboard';
import { useStore } from '../stores/main';
import { useSettingsStore } from '../stores/settings';
import { colors } from '../data/index';
import { useHead } from '@unhead/vue';
useHead({ title: 'Bandoneon keyboard, chords and scales – Bandoneon.app' });
useKeyboard();
Expand Down

0 comments on commit d49aca6

Please sign in to comment.