icon
This commit is contained in:
parent
e92b07b842
commit
7db6b6dddd
|
@ -6,7 +6,6 @@ export function useApiFetch() {
|
|||
const prefix = config.public.apiPrefix
|
||||
|
||||
const fetchData = <T>(path: string, global = false) => {
|
||||
console.log(`Fetching data for path: ${path}`);
|
||||
const headers = new Headers()
|
||||
headers.set('Referer', config.public.baseUrl)
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@ export default defineNuxtConfig({
|
|||
htmlAttrs: {
|
||||
lang: 'ru',
|
||||
},
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/svg+xml', href: '/mdi--bench-back.svg' },
|
||||
]
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue