nathanupchurch.com/content/now-burning/now-burning.11tydata.js
Nathan Upchurch a3f1d04921 Disable structured data for now-burning
Broken with new version of eleventy, and probably not necessary anyway.
2025-07-16 12:53:28 -05:00

7 lines
116 B
JavaScript

export default {
tags: ["nowBurning"],
layout: "layouts/base.njk",
permalink: false,
structuredData: "none",
};