mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
adding dynamic filters
This commit is contained in:
@@ -4,6 +4,13 @@ import type { NextConfig } from "next";
|
||||
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'www.brownells.com',
|
||||
port: '',
|
||||
pathname: '/**',
|
||||
search: '',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'assets.example.com',
|
||||
|
||||
Reference in New Issue
Block a user