Skip to content

Commit

Permalink
fix: rename page title (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mainleau committed May 7, 2023
1 parent d8cf415 commit 02534f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ import Logo from '~/components/Logo.vue';
import Stats from '~/components/Stats.vue';
import MainSource from '~/data/MainSource';
import { useStore } from '~/store';
import { useHead } from '@vueuse/head';

Check failure on line 57 in src/pages/index.vue

View workflow job for this annotation

GitHub Actions / ESLint

`@vueuse/head` import should occur before import of `vue`
useHead({
title: computed(() => 'discord.js'),
});
const store = useStore();
Expand Down

0 comments on commit 02534f0

Please sign in to comment.