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';