mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-21 07:26:44 +00:00
🤦
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import withBundleAnalyzer from '@next/bundle-analyzer'
|
||||
|
||||
export default withBundleAnalyzer({
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: process.env.ANALYZE === 'true'
|
||||
})({
|
||||
})
|
||||
|
||||
module.exports = withBundleAnalyzer({
|
||||
staticPageGenerationTimeout: 300,
|
||||
images: {
|
||||
domains: [
|
||||
|
||||
Reference in New Issue
Block a user