b91e262
1
2
3
4
export function absoluteURL(url) { return `${process.env.NEXT_PUBLIC_DRUPAL_BASE_URL}${url}`; }