You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
akvaplan_fresh needs canonical URL / sitemap support for all routes
With Deno KV it's now extremely simple to store the delivered content of all canonical pages (if this can be grabbed by middleware?)
A KV site search index could run as a separate Deno Deploy Search API, updated when a page changes
KV store
["canonical", lang, pathname] – the unique text content of a individual page
Probably use https://github.com/nextapps-de/flexsearch – the index would have to created on each isolate start since it's probably bigger than Deno KV document size limit
The text was updated successfully, but these errors were encountered:
akvaplan_fresh needs canonical URL / sitemap support for all routes
With Deno KV it's now extremely simple to store the delivered content of all canonical pages (if this can be grabbed by middleware?)
A KV site search index could run as a separate Deno Deploy Search API, updated when a page changes
KV store
Probably use https://github.com/nextapps-de/flexsearch – the index would have to created on each isolate start since it's probably bigger than Deno KV document size limit
The text was updated successfully, but these errors were encountered: