Skip to content

Commit

Permalink
Update OG images and remove old post
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Oct 13, 2024
1 parent 7b6096e commit ebdcebf
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 25 deletions.
1 change: 0 additions & 1 deletion apps/api/src/handlers/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { getLatestVersions, getPlatformDownloads, getStars } from "../utils.js";
import { Bindings } from "../types.js";

const app = new Hono<{ Bindings: Bindings }>();
// TODO: either use a github client or make a wrapper to simplify the rest call

app.get("/stars", async (c) => {
const response = await getStars({
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified apps/web/public/og.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 modified apps/web/src/assets/blog/100-stars.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 modified apps/web/src/assets/blog/borderless-windowed.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 modified apps/web/src/assets/blog/canary.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 modified apps/web/src/assets/blog/discord-overlay-supported-games.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 modified apps/web/src/assets/blog/discord.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 apps/web/src/assets/blog/downloads.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 modified apps/web/src/assets/blog/installing-all-platforms.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 modified apps/web/src/assets/blog/installing-on-linux.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 modified apps/web/src/assets/blog/installing-on-mac.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 modified apps/web/src/assets/blog/installing-on-windows.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 modified apps/web/src/assets/blog/installing-overlayed-canary.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 modified apps/web/src/assets/blog/installing-with-homebrew.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 modified apps/web/src/assets/blog/installing-with-winget.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 modified apps/web/src/assets/blog/minecraft-overlay.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 modified apps/web/src/assets/blog/overlayed-blog.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 modified apps/web/src/assets/blog/quakecon.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 modified apps/web/src/assets/blog/windows-smartscreen.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 modified apps/web/src/assets/page/rpc-test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 0 additions & 23 deletions apps/web/src/content/blog/installing-canary.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/src/pages/blog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ blogPosts.sort(
alt={post.data.title}
width={395}
height={208}
class="w-full object-cover rounded lg:rounded-md"
class="w-full border border-zinc-800 object-cover rounded lg:rounded-md"
/>
<div class="opacity-60 group-hover:opacity-100 text-2xl pt-3">
{post.data.title}
Expand Down

0 comments on commit ebdcebf

Please sign in to comment.