From 59dcf01488a7f2ca9f29a0262f5b688b5db45139 Mon Sep 17 00:00:00 2001 From: Aditya Pawar <34043950+adityapawar1@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:40:54 -0800 Subject: [PATCH] Add base path (#6) --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 8eafe55..9c13cf8 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from 'next'; const nextConfig: NextConfig = { + basePath: process.env.BASE_PATH || '/calblueprint.org.v2', images: { dangerouslyAllowSVG: true, contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;",