diff --git a/next.config.mjs b/next.config.mjs index bcaaf6b..3b2e1ff 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,6 +3,7 @@ const nextConfig = { images: { domains: ['utfs.io',"example.com","images.unsplash.com"], }, + basePath: process.env.NODE_ENV == "production" ? "/bost" : "/" }; export default nextConfig;