# // In Vite (the default build tool for Astro), environment variables exposed to browser/client-side code
# // must be prefixed with "PUBLIC_" (e.g. PUBLIC_DRUPAL_BASE_URL). Variables *without* this prefix are *only*
# // available on the server side at build time and are not exposed to client code for security.
# // See: https://docs.astro.build/en/guides/environment-variables/#exposing-environment-variables
PUBLIC_DRUPAL_BASE_URL="http://ddev-drupal-astro--backend--basic.ddev.site"