Skip to content

Commit 5aba997

Browse files
fix
1 parent 6f6b332 commit 5aba997

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

next.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import path from 'path';
2+
import { fileURLToPath } from 'url';
23
import './src/env.mjs';
34

5+
const __filename = fileURLToPath(import.meta.url);
6+
const __dirname = path.dirname(__filename);
7+
48
/**@type {import('next').NextConfig}*/
59
const config = {
610
reactStrictMode: true,

0 commit comments

Comments
 (0)