diff --git a/next.config.ts b/next.config.ts index 1bb1a86..33635e9 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,8 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + basePath: "/demo", + assetPrefix: "/demo-assets", cacheComponents: true, images: { remotePatterns: [