mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
feat: lots of refactors and improvements
This commit is contained in:
@@ -5,7 +5,14 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
})
|
||||
|
||||
module.exports = withBundleAnalyzer({
|
||||
staticPageGenerationTimeout: 300,
|
||||
images: {
|
||||
domains: ['pbs.twimg.com']
|
||||
domains: [
|
||||
'www.notion.so',
|
||||
'notion.so',
|
||||
'images.unsplash.com',
|
||||
'pbs.twimg.com'
|
||||
],
|
||||
formats: ['image/avif', 'image/webp']
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user