add favicon

This commit is contained in:
Andreani Jean
2023-02-13 15:34:35 +01:00
parent e7ac072b87
commit 8606674244
3 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/static/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"

View File

@@ -28,7 +28,7 @@
<script lang="ts" setup>
import { useI18n } from 'vue-i18n'
import { computed, defineProps } from 'vue'
import { computed } from 'vue'
import type { PropType } from 'vue'
import { img } from '../utils/image'

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB