Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Update root path
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Jan 24, 2024
1 parent 774f349 commit c47ac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c47ac03

Please sign in to comment.