adding dynamic filters

This commit is contained in:
2025-02-01 23:47:45 -05:00
parent 583162acbe
commit ffb42ba2d1
25 changed files with 241 additions and 165 deletions

View File

@@ -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',