feat: add admin panel, Openinary media integration and standardized footer backlink

This commit is contained in:
mstfyldz
2026-08-23 01:40:48 +03:00
parent 17915cd3d5
commit b312bc5593
29 changed files with 1405 additions and 41 deletions
+3 -1
View File
@@ -3,10 +3,12 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
images: {
loader: "custom",
loaderFile: "./lib/openinary-loader.ts",
remotePatterns: [
{
protocol: "https",
hostname: "res.cloudinary.com",
hostname: "media.ayris.tech",
},
{
protocol: "https",