2024-11-19
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
@@ -3,5 +3,5 @@
|
||||
"name": "Anthony Correa",
|
||||
"email": "a@correa.co"
|
||||
},
|
||||
"url": "http://localhost:8080"
|
||||
"title": "Crew of the Kahuna"
|
||||
}
|
||||
Reference in New Issue
Block a user