2024-11-27

This commit is contained in:
2024-11-27 15:17:10 -06:00
parent f9f6565eaa
commit 1f8231e955
116 changed files with 1048 additions and 741 deletions

View File

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