update references to codey.lol -> codey.horse [new domain]

This commit is contained in:
2026-02-21 08:00:04 -05:00
parent 94166904f7
commit b5bf5fd5a7
13 changed files with 215 additions and 108 deletions

View File

@@ -8,7 +8,7 @@ import { toast } from 'react-toastify';
import { API_URL } from '../config';
const MEME_API_URL = `${API_URL}/memes/list_memes`;
const BASE_IMAGE_URL = "https://codey.lol/meme";
const BASE_IMAGE_URL = "https://codey.horse/meme";
interface MemeImage {
id: string;