Fix sitemap.xml dynamic generation

This commit is contained in:
VityaSchel
2023-10-12 18:45:24 +04:00
parent 813fa218e9
commit 9ae56a82a8
9 changed files with 31 additions and 28 deletions

View File

@@ -0,0 +1,4 @@
export const groups: { [group: string]: [number, string] } = {
ps7: [146, 'ПС-7'],
pks35k: [78, 'ПКС-35к']
}