Skip to content

Commit

Permalink
Updated the favicon file path and logo file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvarbalaji authored Mar 22, 2023
1 parent 7df1632 commit 4f998ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
baseUrl: "/painitte/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
favicon: "img/painitte_favicon.png",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down Expand Up @@ -59,7 +59,7 @@ const config = {
title: "PaiNITTe",
logo: {
alt: "Painite Logo",
src: "img/logo.svg",
src: "img/painitte_logo.png",
},
items: [
{
Expand Down

0 comments on commit 4f998ce

Please sign in to comment.