feat: integrate openinary and migrate partner logos

This commit is contained in:
Mustafa Yildiz
2026-07-18 14:43:57 +03:00
parent 37069c786a
commit 3a17b6f7c1
4 changed files with 64 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
const BASE = process.env.NEXT_PUBLIC_OPENINARY_URL;
export function optimizedImage(path: string, params: string) {
return `${BASE}/t/${params}/${path}`;
}