RamiAwar / dataline

Chat with your data - AI data analysis and visualization on CSV, Postgres, MySQL, Snowflake, SQLite...
https://dataline.app
GNU General Public License v3.0
130 stars 6 forks source link

S15-move-to-tanstack-router #236

Open anthony2261 opened 3 days ago

anthony2261 commented 3 days ago

Context

Tanstack router context might help with injecting tags for better SEO. Right now we suffer from copied meta tags and h1 tags across all pages, which is screwing up our seo rankings.

TODO: Investigate tanstack router as a solution to this. We're after something like this where we can inject router context into the of our html. Right now we're stuck rendering router pages in the body.

image