We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bfcce commit b8c161eCopy full SHA for b8c161e
1 file changed
next.config.ts
@@ -1,6 +1,6 @@
1
-import "./src/env.ts";
2
import type { NextConfig } from "next";
3
import withPWA from 'next-pwa';
+import { withSentryConfig } from "@sentry/nextjs";
4
import { withAxiom } from 'next-axiom';
5
6
const nextConfig: NextConfig = {
@@ -11,7 +11,6 @@ const nextConfig: NextConfig = {
11
};
12
13
const config = withPWA({
14
-import { withSentryConfig } from "@sentry/nextjs";
15
dest: 'public',
16
register: true,
17
skipWaiting: true,
0 commit comments