Disable structured data for now-burning

Broken with new version of eleventy, and probably not necessary anyway.
This commit is contained in:
Nathan Upchurch 2025-07-16 12:53:28 -05:00
parent 4fa562d0fe
commit a3f1d04921

View File

@ -2,4 +2,5 @@ export default {
tags: ["nowBurning"],
layout: "layouts/base.njk",
permalink: false,
structuredData: "none",
};