File size: 98 Bytes
1e92f2d
 
 
1
2
3
4
export function absoluteURL(url) {
  return `${process.env.NEXT_PUBLIC_DRUPAL_BASE_URL}${url}`;
}