Correction configuration logo et favicon pour format PNG
This commit is contained in:
parent
5a70bac2b3
commit
40a8985942
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
|
|||
const config: Config = {
|
||||
title: 'TellServ Tech Blog',
|
||||
tagline: 'Recherches et réflexions sur les défis techniques',
|
||||
favicon: 'img/favicon.ico',
|
||||
favicon: 'img/favicon.png',
|
||||
|
||||
url: 'https://docs.tellserv.fr',
|
||||
baseUrl: '/',
|
||||
|
|
@ -93,7 +93,7 @@ const config: Config = {
|
|||
title: 'TellServ Tech Blog',
|
||||
logo: {
|
||||
alt: 'TellServ Logo',
|
||||
src: 'img/logo.svg',
|
||||
src: 'img/logo.png',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue