From c5a9c74d79261fa044ad711f0092583521779453 Mon Sep 17 00:00:00 2001 From: ThEditor Date: Sat, 14 Sep 2024 11:21:44 +0530 Subject: [PATCH] fix: deployed assets --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 1bac9d7..0f45753 100644 --- a/next.config.js +++ b/next.config.js @@ -7,6 +7,7 @@ await import("./src/env.js"); /** @type {import("next").NextConfig} */ const config = { basePath: "/c0d-frontend", + assetPrefix:"/c0d-frontend", output: "export", reactStrictMode: true, };