Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.0.5 try it out #17

Merged
merged 12 commits into from
Feb 8, 2025
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
active_connections: dict[str, WebSocket] = {}

app = FastAPI(
version="1.0.5-beta-v2",
version="1.0.5-beta-v3",
docs_url=None, # Disable Swagger UI
redoc_url=None # Disable ReDoc
)
Expand Down
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<meta property="og:type" content="website">
<meta property="og:url" content="{{ url }}">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="/kofi-websocket-logo.png">
<meta property="og:image" content="/logo.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Ko-fi WebSocket">
<meta name="twitter:description"
content="Real-time Ko-fi notifications via WebSockets. Perfect for streamers and content creators.">
<meta name="twitter:image" content="/kofi-websocket-icon.png">
<meta name="twitter:image" content="/icon.png">

<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" rel="stylesheet"
media="(prefers-color-scheme: light)">
Expand Down