Skip to content

Commit

Permalink
feat: update new logo + favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schipper committed Nov 10, 2024
1 parent 6dc3d5d commit 3d14d17
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'Pluginpal Documentation',
tagline: "All of Pluginpal's plugin documentation in one place",
favicon: 'img/favicon.png',
favicon: 'img/favicon.jpg',

plugins: [
'docusaurus-plugin-sass',
Expand Down Expand Up @@ -161,7 +161,7 @@ const config: Config = {
apiKey: '2f311b65edaffdd986645eb42d4afa51',
indexName: 'pluginpal',
},

prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
Expand Down
Binary file added static/img/favicon.jpg
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/favicon.png
Binary file not shown.
Binary file modified static/img/logo.png
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 3d14d17

Please sign in to comment.