From 9533d28b6badd6596be6b1d5644ee133ab06639d Mon Sep 17 00:00:00 2001 From: Daniel Mohns Date: Wed, 13 Nov 2024 12:55:53 +0100 Subject: [PATCH] Support Github Pages with custom domain --- next.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/next.config.ts b/next.config.ts index 6d0b570..9c8987d 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,10 +1,6 @@ import type { NextConfig } from "next" const nextConfig: NextConfig = { - assetPrefix: - process.env.NODE_ENV === "production" ? "/digitalization-support-hub" : "", - basePath: - process.env.NODE_ENV === "production" ? "/digitalization-support-hub" : "", output: "export", trailingSlash: true, images: {