This commit is contained in:
ct
2025-07-07 21:17:00 +08:00
parent 23fa3aec04
commit 6a66f96d22
31 changed files with 227 additions and 232 deletions

View File

@@ -34,4 +34,4 @@ public function down(): void
{
Schema::dropIfExists('user_meme_generations');
}
};
};

View File

@@ -29,7 +29,7 @@
class MemeMediaSeeder extends Seeder
{
private const CDN_BASE_URL = 'https://cdn.memeaigen.com/g1';
private const CDN_BASE_URL = 'https://cdn.memefa.st/g1';
private const FORMATS = [
'webm' => ['ext' => 'webm', 'mime' => 'video/webm'],