poop
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user