Skip to content

Commit

Permalink
providing png logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jan 15, 2023
1 parent fb63c3a commit 1e5e089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
app.add_static_files('/fonts', str(Path(__file__).parent / 'website' / 'fonts'))


@app.get('/logo.svg')
@app.get('/logo.png')
def logo():
return FileResponse(svg.PATH / 'happy_face.svg', media_type='image/svg+xml')
return FileResponse(svg.PATH / 'logo.png', media_type='image/png')


# NOTE in our global fly.io deployment we need to make sure that the websocket connects back to the same instance
Expand Down
Binary file added website/static/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 1e5e089

Please sign in to comment.