Skip to content

Commit

Permalink
💄 update favicon (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildmodeOne authored May 9, 2024
1 parent 35673e3 commit 85bdbc1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alekzonder/puppeteer:latest AS pwaicons
USER root
WORKDIR /opt/
COPY rogue-thi-app/public/favicon.svg .
RUN mkdir ./splash && npx pwa-asset-generator --no-sandbox=true --path-override '/' --xhtml --favicon --dark-mode favicon.svg ./splash/
RUN mkdir ./splash && npx pwa-asset-generator --no-sandbox=true --path-override '/' --xhtml --dark-mode favicon.svg ./splash/


RUN export NEXT_PUBLIC_COMMIT_HASH=$(git rev-parse HEAD)
Expand Down
2 changes: 1 addition & 1 deletion rogue-thi-app/lib/providers/StyleProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function StyleProvider({ children }) {
rel="icon"
type="image/png"
sizes="196x196"
href="/favicon-196.png"
href="/favicon.png"
/>
<link
rel="apple-touch-startup-image"
Expand Down
Binary file removed rogue-thi-app/public/favicon.ico
Binary file not shown.
Binary file added rogue-thi-app/public/favicon.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 85bdbc1

Please sign in to comment.