We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6b332 commit 5aba997Copy full SHA for 5aba997
next.config.mjs
@@ -1,6 +1,10 @@
1
import path from 'path';
2
+import { fileURLToPath } from 'url';
3
import './src/env.mjs';
4
5
+const __filename = fileURLToPath(import.meta.url);
6
+const __dirname = path.dirname(__filename);
7
+
8
/**@type {import('next').NextConfig}*/
9
const config = {
10
reactStrictMode: true,
0 commit comments