From 23ddf805983a6a481333f8e50a53b7d0380eb801 Mon Sep 17 00:00:00 2001 From: Gionata Date: Mon, 31 Jul 2023 14:30:20 +0200 Subject: [PATCH] Updated assetPrefix --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index c8043a3..483a517 100644 --- a/next.config.js +++ b/next.config.js @@ -5,5 +5,5 @@ module.exports = { // Your Next.js configuration options here output: isProd ? 'export' : undefined, basePath: "/poskycloud", - assetPrefix: isProd ? "/poskycloud/": undefined, + assetPrefix: isProd ? "https://jhoscy.github.io/poskycloud/": undefined, };