mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
feat: implement change password
This commit is contained in:
@@ -4,6 +4,7 @@ const nextConfig = {
|
||||
images: {
|
||||
domains: ['picsum.photos', 'res.cloudinary.com'],
|
||||
},
|
||||
swcMinify: true,
|
||||
};
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: process.env.ANALYZE === 'true',
|
||||
|
||||
Reference in New Issue
Block a user