feat: lots of refactors and improvements

This commit is contained in:
Travis Fischer
2022-03-23 04:05:22 -04:00
parent c0904c8811
commit 5417bb9bbc
27 changed files with 830 additions and 3062 deletions

View File

@@ -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']
}
})