mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-02 23:07:17 +08:00
fix sitemap
This commit is contained in:
parent
0bf82f41ce
commit
36d6959f52
@ -2,4 +2,4 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
|
|
||||||
sitemap https://lx4u.ru/dev/#/sitemap.xml
|
sitemap https://lx4u.ru/release/v.1.0/#/sitemap.xml
|
||||||
|
718
docs/sitemap.xml
718
docs/sitemap.xml
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const revision = 'dev';
|
const revision = 'release/v.1.0';
|
||||||
const urlBase = `https://lx4u.ru/${revision}/#/`;
|
const urlBase = `https://lx4u.ru/${revision}/#/`;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user