Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 25a017f

Browse files
authored
feat: add favicon (#5)
1 parent 0e2bc6a commit 25a017f

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

app.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<template>
2+
<Head>
3+
<Link rel="icon" href="/favicon.svg" />
4+
</Head>
25
<UMain>
36
<NuxtLayout>
47
<NuxtPage />

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineNuxtConfig({
66
icons: ['simple-icons', 'ph'],
77
},
88
nitro: {
9+
static: true,
910
prerender: {
1011
crawlLinks: true,
1112
routes: ['/', '/api/packages'],

public/favicon.ico

-4.19 KB
Binary file not shown.

public/favicon.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)