diff --git a/next.config.mjs b/next.config.mjs index 56b835f..b83b98f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { basePath: '/react', - assetPrefix: 'https://interstellardevelopment.org', + assetPrefix: 'https://interstellardevelopment.org/react', }; export default nextConfig;