We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecacb80 commit 9d9f921Copy full SHA for 9d9f921
apps/site/app/[locale]/next-data/og/[category]/[title]/route.tsx
@@ -6,6 +6,7 @@ import { DEFAULT_CATEGORY_OG_TYPE } from '@/next.constants.mjs';
6
import { defaultLocale } from '@/next.locales.mjs';
7
import { hexToRGBA } from '@/util/hexToRGBA';
8
9
+// TODO: use CSS variables instead of absolute values
10
const CATEGORY_TO_THEME_COLOUR_MAP = {
11
announcement: '#1a3f1d',
12
release: '#0c7bb3',
0 commit comments