Update Rule Card component
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user