Updated today at 08:58
Commit: c7e2a04 Show on GitHub
- Author: Yamen
- Date: 3/27/2026, 10:08:36 AM
- Message: refactor: replace hardcoded Directus URLs with env variable #314 Removes hardcoded Directus base URLs across the app and replaces them with the PUBLIC_DIRECTUS_URL environment variable, making the app environment-aware.
- Stats: 14 total changes (+10 / -4)
Changed Files
.env.example— +1 / -0 (1 changes)src/routes/profile/+page.server.js— +5 / -1 (6 changes)src/routes/profile/[user_id]/+page.server.js— +4 / -3 (7 changes)