2024-11-19

This commit is contained in:
2024-11-19 14:10:40 -06:00
parent b39471bed0
commit 47c0c69fd4
21 changed files with 7501 additions and 141 deletions

View File

@@ -1,6 +1,7 @@
require('dotenv').config();
module.exports = function () {
return {
url: process.env.SITE_URL
url: process.env.SITE_URL,
cdn: process.env.CDN_URL
};
}