diff --git a/docusaurus.config.js b/docusaurus.config.js index c5f5072..480cda0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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. @@ -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: [ // { diff --git a/static/img/b9klogo.png b/static/img/b9klogo.png deleted file mode 100644 index 8525357..0000000 Binary files a/static/img/b9klogo.png and /dev/null differ diff --git a/static/img/b9klogo.svg b/static/img/b9klogo.svg new file mode 100644 index 0000000..601a13d --- /dev/null +++ b/static/img/b9klogo.svg @@ -0,0 +1,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/static/img/b9klogo_dark.png b/static/img/b9klogo_dark.png deleted file mode 100644 index 45a2c41..0000000 Binary files a/static/img/b9klogo_dark.png and /dev/null differ diff --git a/static/img/b9klogo_dark.svg b/static/img/b9klogo_dark.svg new file mode 100644 index 0000000..99e895a --- /dev/null +++ b/static/img/b9klogo_dark.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file