From 5fab77cda8d737cc5da38bd180cc1b02c63133db Mon Sep 17 00:00:00 2001 From: jeremyphilemon Date: Mon, 23 Feb 2026 07:29:59 -0800 Subject: [PATCH] update base path --- next.config.ts | 2 ++ 1 file changed, 2 insertions(+) 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: [