feat: move directus to local endpoint
All checks were successful
test-build / build (push) Successful in 1m26s
renovate / renovate (push) Successful in 1m40s

This commit is contained in:
2026-02-09 17:07:11 -06:00
parent 4c4421c8a8
commit 197ad63ada
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ const getDirectusURL = () => {
if (process.env.DIRECTUS_URL) {
return `https://${process.env.DIRECTUS_URL}`;
}
return 'https://directus.alexlebens.dev';
return 'https://directus.alexlebens.net';
};
async function getDirectusImageURL(image: string) {