.onChange(of: appData.page.url) {
   if let newURL = appData.page.url?.absoluteString {
      searchURL = newURL
   }
}