@studyportals/fawkes 2.0.1-42 → 2.0.1-43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,8 +19,6 @@ export class CountryPresenter {
19
19
  return;
20
20
  }
21
21
  const path = countryGetIsoCodePath(country.iso);
22
- // eslint-disable-next-line no-console
23
- console.log("1 path: ", path);
24
22
  if (path === null) {
25
23
  return;
26
24
  }
@@ -9,7 +9,7 @@ export class UnfilteredPolicy extends BaseSeoIndexabilityPolicy {
9
9
  return Promise.resolve(seoInfoBase.getSelectionTypeCount(filterState) === 0);
10
10
  }
11
11
  generateUrls() {
12
- return Promise.resolve(['/']);
12
+ return Promise.resolve(['gil']);
13
13
  }
14
14
  get filterCombination() {
15
15
  return FilterCombinations.UNFILTERED;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "2.0.1-42",
3
+ "version": "2.0.1-43",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"