Skip to content

Commit

Permalink
fix: images path
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaiana committed Sep 18, 2022
1 parent 0de3bcc commit b69adbb
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<header class="flex justify-center items-center py-24 px-8">
<div class="flex justify-between items-center w-[864px] m-auto">
<nuxt-link to="/">
<nuxt-img width="170" src="/images/logo.svg" alt="Gabriel Caiana" />
<nuxt-img width="170" src="/logo.svg" alt="Gabriel Caiana" />
</nuxt-link>
<ul
v-if="isMobile.width > 901"
Expand Down
4 changes: 2 additions & 2 deletions content/articles/nuxt-webpack-analyze.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Como adicionar a análise de pacotes do webpack em seu projeto nuxt
description: Visualize o tamanho dos arquivos de saída do webpack com um mapa de árvore interativo dentro do seu projeto com nuxtjs.
img: /images/posts/webpack-analyzer/webpack-analyzer.png
img: /webpack-analyzer.png
alt: Visualize o tamanho dos arquivos de saīda do webpack com um mapa de árvore interativo com zoom.
author:
name: Gabriel Caiana
Expand Down Expand Up @@ -39,7 +39,7 @@ com isso o webpack analyzer deve ser inicializado em seu navegador e com isso po

Temos também uma barra a esquerda que permite que você escolha quais pedaços mostrar com os seus devidos tamanhos. podemos ver um exemplo disso na imagem abaixo:

![imagem dos chunks do projeto](/images/posts/webpack-analyzer/chunks.png)
![imagem dos chunks do projeto](/chunks.png)

Você também pode clicar duas vezes nas caixas, passar o mouse sobre elas para obter mais detalhes e clicar com o botão direito em um pedaço para ocultá-lo facilmente ou para ocultar todos os outros pedaços.

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed static/images/projects/biobe.png
Binary file not shown.
Binary file removed static/images/vue.jpeg
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit b69adbb

Please sign in to comment.