2024-11-11

This commit is contained in:
2024-11-11 08:41:45 -06:00
parent b668156747
commit eeb0d0d876
14 changed files with 483 additions and 7 deletions

6
content/data/site.js Normal file
View File

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