Merge branch 'main' into release/v.1.2

This commit is contained in:
Anton 2021-07-01 17:57:58 +03:00 committed by GitHub
commit fc58623e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 398 additions and 356 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

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