diff --git a/next.config.mjs b/next.config.mjs index b83b98f..16effd2 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/react', + assetPrefix: '/react', }; export default nextConfig;