Using NUXT with SEO compatibility for thousands of products
问题 When I build the app, it only creates routes for products already in the database. When I add new products those links aren't automatically added to the routes, and aren't SEO compatible. I have to rebuild the app to "pick up" the new products. Is there a better way of doing this? 回答1: There's really only 3 options here. Option 1: Rebuild the app This is what you're already doing, so I won't touch base on it more, other than point out this only works for static generations. However, SEO