Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   .eleventy.js
  • Loading branch information
rebron1900 committed Apr 7, 2024
1 parent b1ae6e3 commit 38dc12e
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 @@ -49,7 +49,7 @@ const api = new ghostContentAPI({ ...ghost });
// const axios = require("axios");

const loadData = mode[process.env.NODE_ENV.trim()].limit;
const fluxToken = process.env.FLULX_TOKEN;
const fluxToken = process.env.FLUX_TOKEN;

module.exports = function (config) {
config.addTransform("parseContent", parseContent);
Expand Down

0 comments on commit 38dc12e

Please sign in to comment.