mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
- updated sitemaps.
- added eslint ignore in MPatterns loadPatterns action.
This commit is contained in:
parent
34e3db0d02
commit
10bffbb044
@ -2,25 +2,25 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/</loc>
|
<loc>https://wavelovers.ru/</loc>
|
||||||
<lastmod>2022-08-10</lastmod>
|
<lastmod>2022-08-11</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/faq.html</loc>
|
<loc>https://wavelovers.ru/faq.html</loc>
|
||||||
<lastmod>2022-08-10</lastmod>
|
<lastmod>2022-08-11</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/about.html</loc>
|
<loc>https://wavelovers.ru/about.html</loc>
|
||||||
<lastmod>2022-08-10</lastmod>
|
<lastmod>2022-08-11</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/donate.html</loc>
|
<loc>https://wavelovers.ru/donate.html</loc>
|
||||||
<lastmod>2022-08-10</lastmod>
|
<lastmod>2022-08-11</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>https://wavelovers.ru/sitemap-internal.xml</loc>
|
<loc>https://wavelovers.ru/sitemap-internal.xml</loc>
|
||||||
<lastmod>2022-08-10</lastmod>
|
<lastmod>2022-08-11</lastmod>
|
||||||
</sitemap>
|
</sitemap>
|
||||||
</sitemapindex>
|
</sitemapindex>
|
||||||
|
|
||||||
|
@ -28,9 +28,11 @@ const MPatterns: Module<IPatternState, IRootState> = {
|
|||||||
const json: TPattern[] = await response.json();
|
const json: TPattern[] = await response.json();
|
||||||
context.commit('setPatterns', json as TPattern[]);
|
context.commit('setPatterns', json as TPattern[]);
|
||||||
} else {
|
} else {
|
||||||
|
// eslint-disable-next-line
|
||||||
console.log('Connect to the Internet for download more patterns...');
|
console.log('Connect to the Internet for download more patterns...');
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
// eslint-disable-next-line
|
||||||
console.log(error);
|
console.log(error);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user