From c47ac03d85125577a42557ecb5f32ac6672ed49a Mon Sep 17 00:00:00 2001 From: benjaminaaron Date: Wed, 24 Jan 2024 09:03:39 +0100 Subject: [PATCH] Update root path --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 1d68596..ee96b97 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -6,7 +6,7 @@ module.exports = function (eleventyConfig) { // If environment is production, change the path if(process.env.ELEVENTY_ENV === "production") { - rootPath = "/ckg-site-resp/"; + rootPath = "/"; } // Pass the stylesheet path to your templates