AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Deploy Script to generate sitemap.xml #123

Closed davidsmejia closed 1 year ago

davidsmejia commented 1 year ago

Context

We need to generate sitemaps on deploy.

Problem or idea

We essentially want to have this script from the older version of refinebio-frontend but we should use refinebio-js for fetching the results.

Solution or next step

Note: we should remove this from the deploy process on staging because this adds a considerable amount of time to the build step (~5m). We should first test this on staging and then in a future issue / PR remove it and only have it run on production deploys.

nozomione commented 1 year ago

NOTE: This feature branch will be created based on the latest PR #119 (114 - Clean up Sample Details Page Code) current dev branch.