Skip to content

Commit 6997d21

Browse files
authored
chore: modify open graph images (#1344)
* chore: swap light for dark logo * chore: update default logo to dark version and change template to gradient-garnet
1 parent 8e91e6c commit 6997d21

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
11.2 KB
Loading
-21.7 KB
Binary file not shown.

src/lib/seo/og-image.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*/
44

55
const OG_IMAGE_BASE_URL = "https://img.ogis.dev/";
6-
const DEFAULT_LOGO = "https://docs.uwcourses.com/assets/uw-coursemap-light.png";
7-
const DEFAULT_TEMPLATE = "daybreak";
6+
const DEFAULT_LOGO = "https://docs.uwcourses.com/assets/uw-coursemap-dark.png";
7+
const DEFAULT_TEMPLATE = "gradient-garnet";
88

99
export interface OgImageOptions {
1010
title: string;

0 commit comments

Comments
 (0)