Compare commits
2 Commits
@portaljs/
...
fix_id_res
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38febe2f60 | ||
|
|
c09c78b015 |
5
.changeset/sharp-spoons-deny.md
Normal file
5
.changeset/sharp-spoons-deny.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@portaljs/ckan': patch
|
||||
---
|
||||
|
||||
remove optional from id in resource interface
|
||||
@@ -41,7 +41,7 @@ export interface Resource {
|
||||
description?: string;
|
||||
format?: string;
|
||||
hash?: string;
|
||||
id?: string;
|
||||
id: string;
|
||||
last_modified?: string;
|
||||
metadata_modified?: string;
|
||||
mimetype?: string;
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
id: anuveyatsu
|
||||
name: Anuar Ustayev
|
||||
avatar: https://avatars.githubusercontent.com/anuveyatsu
|
||||
---
|
||||
---
|
||||
<NextSeo noindex={true} nofollow={true} />
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
id: joaodemenech
|
||||
name: João Demenech
|
||||
avatar: https://avatars.githubusercontent.com/demenech
|
||||
---
|
||||
---
|
||||
<NextSeo noindex={true} nofollow={true} />
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
id: luccasmateus
|
||||
name: Luccas Mateus
|
||||
avatar: https://avatars.githubusercontent.com/luccasmmg
|
||||
---
|
||||
---
|
||||
<NextSeo noindex={true} nofollow={true} />
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
id: mikanebu
|
||||
name: Meiran Zhiyenbayev
|
||||
avatar: https://avatars.githubusercontent.com/mikanebu
|
||||
---
|
||||
---
|
||||
<NextSeo noindex={true} nofollow={true} />
|
||||
|
||||
@@ -3,3 +3,4 @@ id: ola-rubaj
|
||||
name: Ola Rubaj
|
||||
avatar: https://avatars.githubusercontent.com/olayway
|
||||
---
|
||||
<NextSeo noindex={true} nofollow={true} />
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
id: popovayoana
|
||||
name: Yoana Popova
|
||||
avatar: https://avatars.githubusercontent.com/popovayoana
|
||||
---
|
||||
---
|
||||
<NextSeo noindex={true} nofollow={true} />
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
id: rufuspollock
|
||||
name: Rufus Pollock
|
||||
avatar: https://avatars.githubusercontent.com/rufuspollock
|
||||
---
|
||||
---
|
||||
<NextSeo noindex={true} nofollow={true} />
|
||||
|
||||
@@ -4,6 +4,7 @@ module.exports = {
|
||||
generateRobotsTxt: true,
|
||||
robotsTxtOptions: {
|
||||
policies: [
|
||||
{ userAgent: '*', disallow: '/people/' },
|
||||
{ userAgent: '*', disallow: '/people' },
|
||||
{ userAgent: '*', disallow: '/?amp=1' },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user