Skip to content

Commit

Permalink
Support Github Pages with custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns authored Nov 13, 2024
1 parent 5959717 commit 9533d28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down

0 comments on commit 9533d28

Please sign in to comment.