Skip to content

Commit

Permalink
fix: import statement in next.config.mjs in nodejs version
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 25, 2024
1 parent 3d5a773 commit 9eb603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { config } from 'dotenv'

import NextBundleAnalyzer from '@next/bundle-analyzer'

import pkg from './package.json' with { type: 'json' }
import pkg from './package.json' assert { type: 'json' }

process.title = 'Shiro (NextJS)'

Expand Down

0 comments on commit 9eb603c

Please sign in to comment.