File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const jsonLd = {
116116 name : 'Derfog' ,
117117 url : 'https://github.com/Derfogd' ,
118118 } ,
119- softwareVersion : '3.7.2 ' ,
119+ softwareVersion : '3.9.0 ' ,
120120 aggregateRating : {
121121 '@type' : 'AggregateRating' ,
122122 ratingValue : '4.8' ,
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ export default function robots(): MetadataRoute.Robots {
77 rules : {
88 userAgent : '*' ,
99 allow : '/' ,
10- disallow : '/private/' ,
1110 } ,
12- sitemap : 'https://boosteroid-optimizer.com /sitemap.xml' ,
11+ sitemap : 'https://optimizerplus.github.io /sitemap.xml' ,
1312 }
14- }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { MetadataRoute } from 'next'
33export const dynamic = 'force-static'
44
55export default function sitemap ( ) : MetadataRoute . Sitemap {
6- const baseUrl = 'https://boosteroid-optimizer.com '
6+ const baseUrl = 'https://optimizerplus.github.io '
77
88 // Note: With client-side i18n, all languages are served from the same page
99 // Language switching is handled via localStorage
You can’t perform that action at this time.
0 commit comments