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
However, I want to include a large and expensive sitemap from an API, which contains over 40,000 game links. I’ve partially achieved this by adding the API URL as a source. Even though the URL is .xml, the data is dynamically loaded from the database:
Finally, during the build process, I want to generate a static sitemap.xml file that merges the crawled URLs with the external API URLs so that the application no longer queries the API at runtime.
I’ve tried consulting GPT, reviewing the documentation, and checking GitHub issues, but I haven’t been able to find a definitive solution. I’ve experimented with several approaches, but I’m unsure if this is achievable with the current setup.
Thanks for your time and any guidance you can provide!
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered:
📚 What are you trying to do?
Hello,
i would like to create a new sitemap merging the current project routes and an external sitemap from an api.
🔍 What have you tried?
I’m using Nuxt Sitemap to generate a list of URLs with the crawler module, and it's working as expected with the following configuration:
However, I want to include a large and expensive sitemap from an API, which contains over 40,000 game links. I’ve partially achieved this by adding the API URL as a source. Even though the URL is .xml, the data is dynamically loaded from the database:
Finally, during the build process, I want to generate a static sitemap.xml file that merges the crawled URLs with the external API URLs so that the application no longer queries the API at runtime.
I’ve tried consulting GPT, reviewing the documentation, and checking GitHub issues, but I haven’t been able to find a definitive solution. I’ve experimented with several approaches, but I’m unsure if this is achievable with the current setup.
Thanks for your time and any guidance you can provide!
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: