Is it possible to statically generate routes?
I have my blog post page setup like this which works nicely:
Given I have all my blog posts at hand, should I do anything to help search crawlers?
E.g.
/blog/my-first-post will always be there and we can determine that at build time since it's part of the source code.know it is possible to statically generation routes nextjs (see here: https://nextjs.org/docs/app/api-reference/functions/generate-static-params). Is is possible to do this with Tanstack Router, and are there any other SEO enhancements that I should consider?