d3xter-dev / sitemap-module-nuxt-3

Sitemap Module for Nuxt 3
https://sitemap.nuxtjs.org
MIT License
63 stars 12 forks source link

Dynamic routes with Supabase? #31

Open liamcharmer opened 1 year ago

liamcharmer commented 1 year ago

Is it possible with the supabase module, to get the data from there, to implement as dynamic routes?

Pierre-M commented 1 year ago

You can totally do that by :

{
  routes: () => $fetch("/api/sitemap")
}