Update dependencies

This commit is contained in:
Lee Robinson 2024-01-04 08:32:32 -06:00
parent c368a0967c
commit c35fae4489
4 changed files with 860 additions and 707 deletions

View file

@ -1,13 +1,16 @@
/** @type {import('next').NextConfig} */
module.exports = {
experimental: {
windowHistorySupport: true
},
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'avatars.githubusercontent.com',
port: '',
pathname: '**',
},
],
},
};
pathname: '**'
}
]
}
}