Skip to content

Commit

Permalink
Add base path (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 authored Jan 17, 2025
1 parent 377081d commit 59dcf01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -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;",
Expand Down

0 comments on commit 59dcf01

Please sign in to comment.