Skip to content

Commit b8c161e

Browse files
committed
fix: Vercel build fixes
1 parent c6bfcce commit b8c161e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

next.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import "./src/env.ts";
21
import type { NextConfig } from "next";
32
import withPWA from 'next-pwa';
3+
import { withSentryConfig } from "@sentry/nextjs";
44
import { withAxiom } from 'next-axiom';
55

66
const nextConfig: NextConfig = {
@@ -11,7 +11,6 @@ const nextConfig: NextConfig = {
1111
};
1212

1313
const config = withPWA({
14-
import { withSentryConfig } from "@sentry/nextjs";
1514
dest: 'public',
1615
register: true,
1716
skipWaiting: true,

0 commit comments

Comments
 (0)