Skip to content

Commit

Permalink
Restore sitemap homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Feb 2, 2024
1 parent f857cd0 commit 7229308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildSitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const municipalitiesSort = () => {
return sortedMunicipalities;
};

const homepage = `https://gocemitevski.github.io/sredni-ucilista-mk`;
const homepage = `https://gocemitevski.github.io/sredni-ucilista-mk/?`;
const sitemap = data.uchilishta.map(item => `${homepage}/uchilishte/${encodeURIComponent(cleanName(transliterate(item.ime + ' ' + item.opstina)).toLowerCase())}`);
sitemap.push(`${homepage}/adresar`);
sitemap.push(`${homepage}/za-izrabotkata`);
Expand Down

0 comments on commit 7229308

Please sign in to comment.