This commit is contained in:
2025-03-20 09:56:35 -05:00
parent d1e9c7e6bb
commit a346612d48
8 changed files with 639 additions and 569 deletions

View File

@ -8,6 +8,18 @@ import { withSentryConfig } from '@sentry/nextjs';
/** @type {import("next").NextConfig} */
const config = {
// You can put your base config options here
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '*.gibbyb.com',
},
{
protocol: 'https',
hostname: '*.gbrown.org',
},
],
},
};
// Sentry configuration