feat: initial commit - 1000apps SaaS container
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
images: {
|
||||
domains: ['lh3.googleusercontent.com', 'avatars.githubusercontent.com'],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user