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