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)'