Skip to content
Snippets Groups Projects
Commit f5ccbf6e authored by esikkala's avatar esikkala
Browse files

Sitemap: use existing output folder and limit

parent e426688b
No related branches found
No related tags found
No related merge requests found
......@@ -140,5 +140,5 @@ export const sitemapInstancePageQuery = `
?uri a ?resultClass .
BIND(CONCAT("<PERSPECTIVE>/page/", REPLACE(STR(?uri), "^.*\\\\/(.+)", "$1"), "/<DEFAULT_TAB>") AS ?path)
}
# LIMIT 100
LIMIT 100
`
......@@ -280,7 +280,7 @@ export const backendSearchConfig = {
baseUrl: 'https://sampo-ui.demo.seco.cs.aalto.fi',
langPrimary: 'en',
langSecondary: 'fi',
outputDir: './src/server/sitemap_generator/sitemap_output',
outputDir: './src/server/sitemap_generator',
sitemapUrl: 'https://sampo-ui.demo.seco.cs.aalto.fi/sitemap',
sitemapInstancePageQuery
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment