This commit is contained in:
Iliyan Angelov
2025-11-24 16:47:37 +02:00
parent d7ff5c71e6
commit 0b1cabcfaf
45 changed files with 2021 additions and 28 deletions

View File

@@ -1,6 +1,5 @@
// Image utility functions
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000';
import { API_BASE_URL } from './config/api';
export const FALLBACK_IMAGES = {
BLOG: '/images/blog/blog-poster.png',