Initial commit: CMS completo com gerenciamento de leads e personalização de tema
This commit is contained in:
10
frontend/next.config.ts
Normal file
10
frontend/next.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: 'standalone',
|
||||
images: {
|
||||
domains: ['localhost', 'images.unsplash.com'],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user