From 07dc8d79769a856c998bab87aab04cbe06a550b4 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Sat, 21 Mar 2026 16:08:42 -0500 Subject: [PATCH] Fix next.config.js --- apps/next/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/next/next.config.js b/apps/next/next.config.js index 0d2df5b..5e83130 100644 --- a/apps/next/next.config.js +++ b/apps/next/next.config.js @@ -1,4 +1,4 @@ -import { env } from '@/env.js'; +import { env } from './src/env.js'; import { withSentryConfig } from '@sentry/nextjs'; import { withPlausibleProxy } from 'next-plausible';