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

Commit

Permalink
update color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Jan 24, 2024
1 parent f27b26a commit c2a54e4
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 71 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module.exports = function (eleventyConfig) {
let rootPath = "/";

// If environment is production, change the path
if(process.env.ELEVENTY_ENV === "production") {
if (process.env.ELEVENTY_ENV === "production") {
rootPath = "/";
}

// Pass the stylesheet path to your templates
eleventyConfig.addShortcode("rootPath", function() {
eleventyConfig.addShortcode("rootPath", function () {
return rootPath;
});

Expand Down
Loading

0 comments on commit c2a54e4

Please sign in to comment.