Skip to content

Commit c3d894f

Browse files
author
Timothée Rebours
committed
fix: update broken Nuxt link in blog posts
Replace nuxt.com/v3 with nuxt.com/ as the /v3 path no longer exists.
1 parent eec6e54 commit c3d894f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/blog/en/1.hello-world.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For fun mainly. I am a geek, and I very much like making things myself, and I wa
3535

3636
## How does it work?
3737
I decided to use:
38-
- [Nuxt 3](https://nuxt.com/v3) in order to be able to have build a static website.
38+
- [Nuxt 3](https://nuxt.com/) in order to be able to have build a static website.
3939
- [`@nuxt/content`](https://content.nuxtjs.org/) so that I can write the articles in Markdown.
4040
- [TailwindCSS](https://tailwindcss.com/) for the styling.
4141

src/content/blog/en/3.hello-world-2-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image: '../../../resources/hello-world.png'
55
description: "Why I stopped using Nuxt for Astro"
66
---
77

8-
I created this blog a little over a year ago, and I've hardly added any content to it since then, contrary to what I would have liked. However, I have completely reworked the way it is built, migrating from [Nuxt 3](https://nuxt.com/v3) to [Astro](https://astro.build/).
8+
I created this blog a little over a year ago, and I've hardly added any content to it since then, contrary to what I would have liked. However, I have completely reworked the way it is built, migrating from [Nuxt 3](https://nuxt.com/) to [Astro](https://astro.build/).
99

1010
## Why migrate?
1111
I had a lot of bugs with Nuxt 3 (on static generation, on i18n, on images, etc.). Each time I dug a little deeper, the cause was inextricable or dependent on a poorly or badly maintained package.

src/content/blog/fr/1.hello-world.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Pour le plaisir principalement. Je suis un geek, et j'aime beaucoup faire les ch
3535

3636
## Comment ça marche ?
3737
J'ai décidé d'utiliser :
38-
- [Nuxt 3](https://nuxt.com/v3) afin de pouvoir construire un site web statique.
38+
- [Nuxt 3](https://nuxt.com/) afin de pouvoir construire un site web statique.
3939
- [`@nuxt/content`](https://content.nuxtjs.org/) pour pouvoir écrire les articles en Markdown.
4040
- [TailwindCSS](https://tailwindcss.com/) pour le style.
4141

src/content/blog/fr/3.hello-world-2-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image: '../../../resources/hello-world.png'
55
description: "Pourquoi j'ai arrêté d'utiliser Nuxt au profit d'Astro"
66
---
77

8-
Il y a un peu plus d'un an, j'ai créé ce blog, et je ne l'ai quasiment pas alimenté en contenu depuis contrairement à ce que j'aurais souhaité. En revanche, j'ai complètement retravaillé la façon dont il est construit en migrant de [Nuxt 3](https://nuxt.com/v3) à [Astro](https://astro.build/).
8+
Il y a un peu plus d'un an, j'ai créé ce blog, et je ne l'ai quasiment pas alimenté en contenu depuis contrairement à ce que j'aurais souhaité. En revanche, j'ai complètement retravaillé la façon dont il est construit en migrant de [Nuxt 3](https://nuxt.com/) à [Astro](https://astro.build/).
99

1010
## Pourquoi migrer ?
1111
J'ai eu de très nombreux bugs avec Nuxt 3 (sur la génération statique, sur l'i18n, sur les images, etc.). À chaque fois que je creusais un peu, la cause était inextricable ou dépendante d'un paquet mal ou peu maintenu.

0 commit comments

Comments
 (0)