Merge branch 'main' into release/v.1.3

This commit is contained in:
Anton 2021-07-20 10:59:36 +03:00 committed by GitHub
commit 2a4a274dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 189 additions and 189 deletions

View File

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

View File

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