Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update .eleventy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
black-backdoor committed Jan 4, 2025
1 parent 0d31828 commit 41e5111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = function (config) {
config.addPassthroughCopy("src/**/*.js");
config.addPassthroughCopy("src/**/*.svg");
config.addPassthroughCopy("src/**/*.json");
config.addPassthroughCopy("src/.htaccess");

config.addGlobalData("urlOrigin", process.env.URL_ORIGIN || "http://localhost:8080");

Expand Down

0 comments on commit 41e5111

Please sign in to comment.