Update Rule Card component

This commit is contained in:
adilallo
2026-02-04 21:19:27 -07:00
parent 3db151b40c
commit 769fc8e7c6
7 changed files with 584 additions and 243 deletions
+8
View File
@@ -16,6 +16,14 @@ const nextConfig = {
minimumCacheTTL: 60,
dangerouslyAllowSVG: true,
contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;",
remotePatterns: [
{
protocol: "http",
hostname: "localhost",
port: "",
pathname: "/**",
},
],
},
// Headers for caching
async headers() {