File tree 4 files changed +15
-10
lines changed
4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
/** @type {import('next-sitemap').IConfig } */
2
2
const config = {
3
- siteUrl : process . env . SITE_URL || "https://dev. jsconf.cl" ,
3
+ siteUrl : process . env . SITE_URL || "https://jsconf.cl" ,
4
4
generateRobotsTxt : true , // (optional)
5
5
// ...other options
6
6
} ;
Original file line number Diff line number Diff line change
1
+ # *
1
2
User-agent: *
2
- Allow: /*
3
+ Allow: /
3
4
4
- Disallow: /api/*
5
+ # Host
6
+ Host: https://jsconf.cl
7
+
8
+ # Sitemaps
9
+ Sitemap: https://jsconf.cl/sitemap.xml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" xmlns : news =" http://www.google.com/schemas/sitemap-news/0.9" xmlns : xhtml =" http://www.w3.org/1999/xhtml" xmlns : mobile =" http://www.google.com/schemas/sitemap-mobile/1.0" xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" xmlns : video =" http://www.google.com/schemas/sitemap-video/1.1" >
3
- <url ><loc >https://dev. jsconf.cl</loc ><lastmod >2022-07-14T03:31:27.144Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
4
- <url ><loc >https://dev. jsconf.cl/cfp</loc ><lastmod >2022-07-14T03:31:27.144Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
5
- <url ><loc >https://dev. jsconf.cl/online</loc ><lastmod >2022-07-14T03:31:27.144Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
6
- <url ><loc >https://dev. jsconf.cl/onsite</loc ><lastmod >2022-07-14T03:31:27.144Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
7
- <url ><loc >https://dev. jsconf.cl/sponsor</loc ><lastmod >2022-07-14T03:31:27.144Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
8
- <url ><loc >https://dev. jsconf.cl/why</loc ><lastmod >2022-07-14T03:31:27.144Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
3
+ <url ><loc >https://jsconf.cl</loc ><lastmod >2022-07-17T21:15:17.285Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
4
+ <url ><loc >https://jsconf.cl/cfp</loc ><lastmod >2022-07-17T21:15:17.285Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
5
+ <url ><loc >https://jsconf.cl/online</loc ><lastmod >2022-07-17T21:15:17.285Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
6
+ <url ><loc >https://jsconf.cl/onsite</loc ><lastmod >2022-07-17T21:15:17.285Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
7
+ <url ><loc >https://jsconf.cl/sponsor</loc ><lastmod >2022-07-17T21:15:17.285Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
8
+ <url ><loc >https://jsconf.cl/why</loc ><lastmod >2022-07-17T21:15:17.285Z </lastmod ><changefreq >daily</changefreq ><priority >0.7</priority ></url >
9
9
</urlset >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<sitemapindex xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
3
- <sitemap ><loc >https://dev. jsconf.cl/sitemap-0.xml</loc ></sitemap >
3
+ <sitemap ><loc >https://jsconf.cl/sitemap-0.xml</loc ></sitemap >
4
4
</sitemapindex >
You can’t perform that action at this time.
0 commit comments