From f812ac1d2bd04c1a7414a9d6723020de4cbdd79b Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Wed, 4 Sep 2024 21:10:21 +0200 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 4eef611..56b835f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { basePath: '/react', + assetPrefix: 'https://interstellardevelopment.org', }; export default nextConfig;