From 9eb603c94e4c7f032e6791f929432b68d8ff7ed5 Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 25 Apr 2024 23:23:13 +0800 Subject: [PATCH] fix: import statement in next.config.mjs in nodejs version Signed-off-by: Innei --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 9ee519cef8..d0af8a226c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -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)'