diff --git a/next.config.js b/next.config.js index 2df829d..86478ef 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,7 @@ const nextConfig = { images: { domains: ["https://team-ollie.github.io/WeCare-FE/"], loader: "default", - path: "/", + path: "/public/", unoptimized: true, }, webpack: (config) => {