Skip to content

Commit 1051f40

Browse files
committed
fix favicon
1 parent d94a372 commit 1051f40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/content/blog/auto-ban-malicious-ips-on-cloudflare-with-laravel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ The default settings (5 404s in 120 seconds) work well for most sites, but you s
282282
- **Failed authentication attempts** - Repeated login failures from the same IP
283283
- **Rate limit violations** - IPs that consistently hit your rate limits
284284

285-
Here are some other adjustments to consider:
285+
Here are some other adjustments to consider:e
286286

287287
- **High-traffic sites**: Consider raising the threshold to 10+ to avoid false positives
288288
- **First or fail endpoints**: You might want to exclude certain paths from 404 tracking, especially if they are soft-deleted or frequently changing

resources/views/components/layout/seo-meta.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta property="og:locale" content="en_US" />
1414
<meta name="twitter:card" content="summary" />
1515
<meta name="geo.region" content="US-IN" />
16-
<link rel="icon" type="image/x-icon" href="favicon.ico" />
16+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
1717
<meta name="robots" content="index, follow">
1818
<meta name="googlebot" content="index,follow">
1919
{{ $slot }}

0 commit comments

Comments
 (0)