From 49c6a67373036dced70d1425a8d0c34118f57134 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 14 Oct 2024 19:19:54 -0700 Subject: [PATCH] fix: remove prod check --- .eleventy.js | 1 - src/includes/base.liquid | 6 ++---- src/includes/partials/home/intro.liquid | 4 +--- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 36f9d97b..ca40a2ee 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -75,7 +75,6 @@ export default async function (eleventyConfig) { }) eleventyConfig.addShortcode('appVersion', () => appVersion) - eleventyConfig.addShortcode('isProduction', () => process.env.ELEVENTY_PRODUCTION === 'true') // events if (process.env.ELEVENTY_PRODUCTION) eleventyConfig.on('afterBuild', copyErrorPages) diff --git a/src/includes/base.liquid b/src/includes/base.liquid index fae0b645..2b31f4ab 100644 --- a/src/includes/base.liquid +++ b/src/includes/base.liquid @@ -117,10 +117,8 @@ - {%- if isProduction -%} - - - {%- endif -%} + +