Skip to content

Commit

Permalink
chore: looking again
Browse files Browse the repository at this point in the history
  • Loading branch information
GabenGar committed Nov 22, 2024
1 parent a040e46 commit 39d8c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function createNextConfig() {
const basePath =
!basePathname || basePathname === "/" ? undefined : basePathname;

console.log(basePath);
console.log([process.env.NEXT_PUBLIC_SITE_BASE_URL, baseURL, basePath]);

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand Down

0 comments on commit 39d8c44

Please sign in to comment.