This commit is contained in:
mstfyldz
2026-07-10 09:30:48 +03:00
parent 109dc0a66b
commit 601bfaf1ae
11 changed files with 167 additions and 92 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { redirect } from 'next/navigation'
import { Save } from 'lucide-react';
import { updateSiteSettings } from '../actions';
import { revalidatePath } from 'next/cache';
import { uploadImage } from '@/lib/cloudinary';
import { uploadImage } from '@/lib/openinary';
export default async function SettingsAdminPage() {
const session = await getSession();