feat: add admin panel, Openinary media integration and standardized footer backlink
This commit is contained in:
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user