Skip to content
Snippets Groups Projects
Commit ef525d0e authored by David Mendez's avatar David Mendez
Browse files

Sitemap: fix typo

parent 532fb238
No related branches found
No related tags found
1 merge request!75Sitemap: fix typo
......@@ -120,8 +120,9 @@ export default {
const targetsRoutes = AllTargetIDs.ids.map(
(id) => `/target/${id.replace(/\//g, '___')}`
)
const routes = [...compoundsRoutes, ...targetsRoutes]
return {
routes: [compoundsRoutes, ...targetsRoutes],
routes,
hostname: 'https://gateway.eubopen.org/',
gzip: true,
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment