Skip to content

Commit

Permalink
⚰️ update favicon
Browse files Browse the repository at this point in the history
remove ununsed files
  • Loading branch information
csc530 committed Aug 17, 2024
1 parent c79b0e8 commit 85fbf8b
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 199 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 0 additions & 14 deletions complete.json

This file was deleted.

3 changes: 0 additions & 3 deletions followme.start

This file was deleted.

Binary file modified public/favicon.ico
Binary file not shown.
17 changes: 10 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<header>
<TheNav />
</header>
<main class="container is-fluid">
<RouterView />
</main>
<TheFoot />
<header>
<TheNav />
</header>
<main class="container is-fluid">
<RouterView />
</main>
<TheFoot />
<SpeedInsights />
</template>

Expand All @@ -21,4 +21,7 @@
import TheNav from "@/components/TheNav.vue";
import TheFoot from "@/components/TheFoot.vue";
import { SpeedInsights } from "@vercel/speed-insights/vue"
import { useFavicon } from "@vueuse/core";
import favicon from "./assets/images/favicon.ico"
useFavicon(favicon, { rel: 'icon' })
</script>
Binary file added src/assets/images/favicon.ico
Binary file not shown.
41 changes: 0 additions & 41 deletions src/components/HelloWorld.vue

This file was deleted.

87 changes: 0 additions & 87 deletions src/components/WelcomeItem.vue

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/icons/IconCommunity.vue

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/icons/IconDocumentation.vue

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/icons/IconEcosystem.vue

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/icons/IconSupport.vue

This file was deleted.

19 changes: 0 additions & 19 deletions src/components/icons/IconTooling.vue

This file was deleted.

0 comments on commit 85fbf8b

Please sign in to comment.