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;