Skip to content

Commit

Permalink
Add green favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaif committed Apr 1, 2024
1 parent f1248ae commit 5e6874d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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: "PPL Docs",
tagline: "Documentation for PewPew Live",
favicon: "img/favicon.ico",
favicon: "img/favicon.png",
url: "https://pewpewlive.github.io/",
baseUrl: "/ppl-docs/",
organizationName: "pewpewlive",
Expand Down
Binary file added favicon-highres.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon-highres.png
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.ico
Binary file not shown.
Binary file added static/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/resize-highres-to-favicon.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
convert favicon-highres.png -resize 64x64 favicon.png

0 comments on commit 5e6874d

Please sign in to comment.