Skip to content

Commit

Permalink
Merge pull request #1070 from basedosdados/feat/img-blog
Browse files Browse the repository at this point in the history
feat: ajust img scale and add new img blog
  • Loading branch information
AldemirLucas authored Dec 11, 2024
2 parents a8a64e5 + 5eebdbc commit e2b9b6e
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion next/blog/pt/analisando-chuvas-no-rio-grande-do-sul.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors:
role: Edição
- name: José Félix
role: Edição de arte
thumbnail: /blog/analisando-chuvas-no-rio-grande-do-sul/image_0.webp
thumbnail: /blog/analisando-chuvas-no-rio-grande-do-sul/image_0.png
categories: [analise]
medium_slug: >-
https://medium.com/basedosdados/qual-foi-a-magnitude-das-chuvas-extremas-que-atingiram-porto-alegre-este-ano-e-qual-a-rela%C3%A7%C3%A3o-675265bce50e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
- name: Giovane Caruso
role: Autor
social: https://medium.com/@giovanecaruso
thumbnail: /blog/como-comecar-sua-analise-com-dados-publicos/image_0.webp
thumbnail: /blog/como-comecar-sua-analise-com-dados-publicos/image_0.png
categories: [tutorial]
medium_slug: >-
https://medium.com/basedosdados/como-come%C3%A7ar-sua-an%C3%A1lise-com-dados-p%C3%BAblicos-6918e9b888af
Expand Down
1 change: 1 addition & 0 deletions next/blog/pt/nota-sobre-divulgacao-dos-dados-do-inep.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ authors:
- name: Base dos Dados
role: Equipe Base dos Dados
categories: [institucional]
thumbnail: /blog/nota-sobre-divulgacao-dos-dados-do-inep/image_0.png
medum_slug: https://medium.com/@basedosdados/nota-sobre-divulga%C3%A7%C3%A3o-dos-dados-do-inep-9168291dbca0
published: true
---
Expand Down
2 changes: 0 additions & 2 deletions next/components/organisms/Blog/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ function LatestBlogCard({ slug, frontmatter }) {
<Image
cursor="pointer"
width={"100%"}
style={{ aspectRatio: "16/9" }}
src={
frontmatter.thumbnail ??
"https://storage.googleapis.com/basedosdados-website/blog/um-site-feito-a-varias-maos/image_9.png"
}
objectFit={"none"}
transition={
"transform .6s cubic-bezier(0.01, 0.97, 0.42, 1.09)"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2b9b6e

Please sign in to comment.