From 4e4f3a15ca85cbcc1784726220b9146ebcaeb9aa Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 15 Feb 2025 16:38:45 +0100 Subject: [PATCH] Update next.config.mjs --- web/next.config.mjs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/next.config.mjs b/web/next.config.mjs index c56cd19..3445b24 100644 --- a/web/next.config.mjs +++ b/web/next.config.mjs @@ -9,6 +9,13 @@ const nextConfig = { output: "export", images: { unoptimized: true, + remotePatterns: [ + { + protocol: "https", + hostname: "raw.githubusercontent.com", + pathname: "/MacRimi/ProxMenux/main/images/**", + }, + ], }, assetPrefix: "/ProxMenux/", basePath: "/ProxMenux", @@ -21,5 +28,3 @@ const nextConfig = { } export default nextConfig - -