chore: opt out of fed.brid.gy (meta tag + nginx header instructions)

This commit is contained in:
svemagie
2026-03-14 19:45:21 +01:00
parent dab4b92d09
commit 31d2ec0e4e

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ site.locale | default('en') }}" class="loading"> <html lang="{{ site.locale | default('en') }}" class="loading">
<head> <head>
<meta name="bridgy-opt-out" content="yes">
{# OG image resolution handled by og-fix transform in eleventy.config.js {# OG image resolution handled by og-fix transform in eleventy.config.js
to bypass Eleventy 3.x parallel rendering race condition (#3183). to bypass Eleventy 3.x parallel rendering race condition (#3183).
Template outputs __OG_IMAGE_PLACEHOLDER__ and __TWITTER_CARD_PLACEHOLDER__ Template outputs __OG_IMAGE_PLACEHOLDER__ and __TWITTER_CARD_PLACEHOLDER__