2024-11-27
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user