Skip to content

Commit

Permalink
change og image
Browse files Browse the repository at this point in the history
  • Loading branch information
echo8 committed Dec 22, 2024
1 parent e19e368 commit e8997c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed src/client/public/icon-512x512.png
Binary file not shown.
Binary file added src/client/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.
4 changes: 2 additions & 2 deletions src/server/src/util/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const env = cleanEnv(process.env, {
}),
OG_IMAGE_URL: str({
default: match({
prod: "https://pastesphere.link/icon-512x512.png",
dev: "http://pastesphere.localhost/icon-512x512.png",
prod: "https://pastesphere.link/og.png",
dev: "http://pastesphere.localhost/og.png",
}),
}),
});

0 comments on commit e8997c9

Please sign in to comment.