Skip to content

Commit

Permalink
swapped personal logo png with svg
Browse files Browse the repository at this point in the history
  • Loading branch information
beyond9thousand committed Mar 25, 2024
1 parent cbbe62f commit 839253e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
baseUrl: "/entree/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/b9klogo.png",
favicon: "img/b9klogo.svg",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down Expand Up @@ -86,8 +86,8 @@ module.exports = {
title: "beyond9thousand",
logo: {
alt: "My Site Logo",
src: "img/b9klogo_dark.png",
srcDark: "img/b9klogo.png",
src: "img/b9klogo_dark.svg",
srcDark: "img/b9klogo.svg",
},
items: [
// {
Expand Down
Binary file removed static/img/b9klogo.png
Binary file not shown.
13 changes: 13 additions & 0 deletions static/img/b9klogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/b9klogo_dark.png
Binary file not shown.
6 changes: 6 additions & 0 deletions static/img/b9klogo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 839253e

Please sign in to comment.