Closed vickytnz closed 1 month ago
Site search did not respect the subdomains until I added url back as a variable.
url: process.env.GITHUB_ACTIONS && 'https://vickytnz.github.io/xgov-accessibility/',
Hopefully the fix in bc13140 addresses this; seems to work on the documentation site, but will release an update and we can confirm.
Site search did not respect the subdomains until I added url back as a variable.
url: process.env.GITHUB_ACTIONS && 'https://vickytnz.github.io/xgov-accessibility/',