4
0
Fork 0
This commit is contained in:
Kseninia Mikhaylova 2025-03-13 13:58:06 +03:00
parent e92b07b842
commit 7db6b6dddd
3 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,6 @@ export function useApiFetch() {
const prefix = config.public.apiPrefix const prefix = config.public.apiPrefix
const fetchData = <T>(path: string, global = false) => { const fetchData = <T>(path: string, global = false) => {
console.log(`Fetching data for path: ${path}`);
const headers = new Headers() const headers = new Headers()
headers.set('Referer', config.public.baseUrl) headers.set('Referer', config.public.baseUrl)

View File

@ -11,6 +11,9 @@ export default defineNuxtConfig({
htmlAttrs: { htmlAttrs: {
lang: 'ru', lang: 'ru',
}, },
link: [
{ rel: 'icon', type: 'image/svg+xml', href: '/mdi--bench-back.svg' },
]
}, },
}, },

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1v2H1v2h2v4h2v-4h14v4h2v-4h2v-2h-4v-2h1c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm13 6v2H7v-2z"/></svg>

After

Width:  |  Height:  |  Size: 247 B