feat: CMS com limites de caracteres, traduções auto e painel de notificações
This commit is contained in:
@@ -3,7 +3,10 @@ import type { NextConfig } from "next";
|
||||
const nextConfig: NextConfig = {
|
||||
output: 'standalone',
|
||||
images: {
|
||||
domains: ['localhost', 'images.unsplash.com'],
|
||||
remotePatterns: [
|
||||
{ protocol: 'http', hostname: 'localhost' },
|
||||
{ protocol: 'https', hostname: 'images.unsplash.com' },
|
||||
],
|
||||
},
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
|
||||
Reference in New Issue
Block a user