Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 2b6144f

Browse files
authored
Fix next build (#40)
1 parent 0729666 commit 2b6144f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module.exports = withBundleAnalyzer({
9090

9191
config.entry = async () => {
9292
const entries = { ...(await originalEntry()) }
93-
entries['./scripts/build-rss.js'] = './scripts/build-rss.js'
93+
entries['scripts/build-rss'] = './scripts/build-rss.js'
9494
return entries
9595
}
9696
}

0 commit comments

Comments
 (0)