All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
11 lines
156 B
JavaScript
11 lines
156 B
JavaScript
'use strict'
|
|
|
|
module.exports = base
|
|
|
|
function base(h, node) {
|
|
if (!h.baseFound) {
|
|
h.frozenBaseUrl = node.properties.href
|
|
h.baseFound = true
|
|
}
|
|
}
|