From a3f1d049216f256e18f89600460c7cbd2d45e90e Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 16 Jul 2025 12:53:28 -0500 Subject: [PATCH] Disable structured data for now-burning Broken with new version of eleventy, and probably not necessary anyway. --- content/now-burning/now-burning.11tydata.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/now-burning/now-burning.11tydata.js b/content/now-burning/now-burning.11tydata.js index eb767d8..1360687 100644 --- a/content/now-burning/now-burning.11tydata.js +++ b/content/now-burning/now-burning.11tydata.js @@ -2,4 +2,5 @@ export default { tags: ["nowBurning"], layout: "layouts/base.njk", permalink: false, + structuredData: "none", };