diff --git a/next.config.ts b/next.config.ts index 8e5c521..c4be9da 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,6 @@ import type { NextConfig } from "next"; -const repoName = process.env.GITHUB_REPOSITORY?.split("/")[1]; -const basePath = process.env.GITHUB_ACTIONS && repoName ? `/${repoName}` : ""; +const basePath = ""; const apiBaseUrl = process.env.NEXT_PUBLIC_API_BASE_URL ?? "https://pythonco.orionis-framework.com"; const nextConfig: NextConfig = {