fix sitemap

This commit is contained in:
Anton Maisak 2021-06-22 13:58:09 +03:00
parent d465d36151
commit b15239e6e4
3 changed files with 356 additions and 356 deletions

View File

@ -2,4 +2,4 @@
User-agent: *
Allow: /
sitemap https://lx4u.ru/release/v.1.0/#/sitemap.xml
sitemap https://lx4u.ru/dev/#/sitemap.xml

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
const fs = require('fs');
const revision = 'release/v.1.0';
const revision = 'dev';
const urlBase = `https://lx4u.ru/${revision}/#/`;
/**