diff --git a/nuxt.config.ts b/nuxt.config.ts index 74c113f..86a2419 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,6 +10,9 @@ export default defineNuxtConfig({ htmlAttrs: { lang: 'ru', }, + link: [ + { rel: 'icon', type: 'image/svg+xml', href: '/tabler--fence-filled.svg' }, + ] }, }, ssr: true, diff --git a/public/tabler--fence-filled.svg b/public/tabler--fence-filled.svg new file mode 100644 index 0000000..27c0b38 --- /dev/null +++ b/public/tabler--fence-filled.svg @@ -0,0 +1 @@ + \ No newline at end of file